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 b44569e commit a616585Copy full SHA for a616585
examples/Example_01_Buzz/Example_01_Buzz.ino
@@ -28,7 +28,7 @@ void setup() {
28
Serial.println("Qwiic Buzzer Example_01_Buzz");
29
Wire.begin(); //Join I2C bus
30
31
- //check if button will acknowledge over I2C
+ //check if buzzer will acknowledge over I2C
32
if (buzzer.begin() == false) {
33
Serial.println("Device did not acknowledge! Freezing.");
34
while (1);
examples/Example_02_Buzz_Frequency/Example_02_Buzz_Frequency.ino
@@ -1,5 +1,5 @@
1
/******************************************************************************
2
- Example_01_Buzz
+ Example_02_Buzz_Frequency
3
4
This example shows how to adjust the frequency of the buzzer.
5
0 commit comments