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.
2 parents 072ab7f + d433744 commit 79d9518Copy full SHA for 79d9518
examples/IRsendDemo/IRsendDemo.ino
@@ -20,4 +20,5 @@ void loop() {
20
irsend.sendSony(0xa90, 12);
21
delay(40);
22
}
23
+ delay(5000); //5 second delay between each signal burst
24
0 commit comments