Skip to content

Commit a616585

Browse files
committed
typos
1 parent b44569e commit a616585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Example_01_Buzz/Example_01_Buzz.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void setup() {
2828
Serial.println("Qwiic Buzzer Example_01_Buzz");
2929
Wire.begin(); //Join I2C bus
3030

31-
//check if button will acknowledge over I2C
31+
//check if buzzer will acknowledge over I2C
3232
if (buzzer.begin() == false) {
3333
Serial.println("Device did not acknowledge! Freezing.");
3434
while (1);

examples/Example_02_Buzz_Frequency/Example_02_Buzz_Frequency.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/******************************************************************************
2-
Example_01_Buzz
2+
Example_02_Buzz_Frequency
33
44
This example shows how to adjust the frequency of the buzzer.
55

0 commit comments

Comments
 (0)