We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb1cc7 commit d2b16b8Copy full SHA for d2b16b8
…I2CAddress/Example5_ChangeI2CAddress.ino …CAddress/Example_05_ChangeI2CAddress.inoexamples/Example5_ChangeI2CAddress/Example5_ChangeI2CAddress.ino renamed to examples/Example_05_ChangeI2CAddress/Example_05_ChangeI2CAddress.ino
@@ -24,7 +24,7 @@ void setup() {
24
Wire.begin(); //Join I2C bus
25
26
//check if device will acknowledge over I2C
27
- if (buzzer.begin() == false) {
+ if (buzzer.begin(0x5B) == false) {
28
Serial.println("Device did not acknowledge! Running scanner.");
29
}
30
else{
@@ -128,4 +128,6 @@ void loop() {
128
Serial.println("done\n");
129
130
delay(5000); // wait 5 seconds for next scan
131
+
132
133
0 commit comments