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 14e3d18 commit b482bc7Copy full SHA for b482bc7
examples/Example_10_Buzz_Multiple/Example_10_Buzz_Multiple.ino
@@ -4,7 +4,7 @@
4
This example shows how to control multiple buzzers.
5
6
Note, you must use the ChangeI2CAddress example to change the address of your
7
- second (or third, etc.) buzzers. Here, we are using "0x35" for the address
+ second (or third, etc.) buzzers. Here, we are using "0x5B" for the address
8
of buzzer2.
9
10
It turns each buzzer on and off with their own unique frequencies in a
@@ -30,7 +30,7 @@ QwiicBuzzer buzzer1;
30
QwiicBuzzer buzzer2; // create a second buzzer
31
32
#define BUZZER_1_ADDRESS SFE_QWIIC_BUZZER_DEFAULT_ADDRESS // default is 0x34
33
-#define BUZZER_2_ADDRESS 0x35
+#define BUZZER_2_ADDRESS 0x5B
34
35
void setup() {
36
Serial.begin(115200);
0 commit comments