Skip to content

Commit 5a8b3a7

Browse files
committed
two tone buzzer blink
1 parent fb43159 commit 5a8b3a7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/Example_01_Buzz/Example_01_Buzz.ino

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,15 @@ void setup() {
3737
}
3838

3939
void loop() {
40-
buzzer.on();
40+
buzzer.on(2730);
41+
42+
delay(1000);
43+
44+
buzzer.off();
45+
46+
delay(1000);
47+
48+
buzzer.on(1000);
4149

4250
delay(1000);
4351

0 commit comments

Comments
 (0)