We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd99f89 commit c6ec2fdCopy full SHA for c6ec2fd
examples/IRsendDemo/IRsendDemo.pde
@@ -19,7 +19,7 @@ void loop() {
19
if (Serial.read() != -1) {
20
for (int i = 0; i < 3; i++) {
21
irsend.sendSony(0xa90, 12); // Sony TV power code
22
- delay(100);
+ delay(40);
23
}
24
25
0 commit comments