Skip to content

Commit e0a0fd1

Browse files
committed
new default address 0x34
1 parent f49ef59 commit e0a0fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Qwiic_Buzzer_Arduino_Library.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Distributed as-is; no warranty is given.
2626
#include <Arduino.h>
2727
#include "registers.h"
2828

29-
#define SFE_QWIIC_BUTTON_DEFAULT_ADDRESS 0x6F //default I2C address of the button
29+
#define SFE_QWIIC_BUTTON_DEFAULT_ADDRESS 0x34 //default I2C address of the button
3030
#define SFE_QWIIC_BUTTON_DEV_ID 0x5D //device ID of the Qwiic Button
3131

3232
class QwiicBuzzer

0 commit comments

Comments
 (0)