Skip to content

Commit 79d9518

Browse files
committed
Merge pull request Arduino-IRremote#205 from AnalysIR/master
Update IRsendDemo.ino
2 parents 072ab7f + d433744 commit 79d9518

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/IRsendDemo/IRsendDemo.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ void loop() {
2020
irsend.sendSony(0xa90, 12);
2121
delay(40);
2222
}
23+
delay(5000); //5 second delay between each signal burst
2324
}

0 commit comments

Comments
 (0)