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.
1 parent 6c7e2e0 commit 18591b0Copy full SHA for 18591b0
examples/IRrecvDemo/IRrecvDemo.ino
@@ -25,4 +25,5 @@ void loop() {
25
Serial.println(results.value, HEX);
26
irrecv.resume(); // Receive the next value
27
}
28
+ delay(100);
29
0 commit comments