Merge pull request #205 from AnalysIR/master

Update IRsendDemo.ino
This commit is contained in:
Rafi Khan
2015-08-24 13:55:45 -06:00

View File

@@ -20,4 +20,5 @@ void loop() {
irsend.sendSony(0xa90, 12);
delay(40);
}
delay(5000); //5 second delay between each signal burst
}