diff --git a/examples/IRrecvDemo/IRrecvDemo.ino b/examples/IRrecvDemo/IRrecvDemo.ino index f7b45b8..3a49832 100644 --- a/examples/IRrecvDemo/IRrecvDemo.ino +++ b/examples/IRrecvDemo/IRrecvDemo.ino @@ -25,4 +25,5 @@ void loop() { Serial.println(results.value, HEX); irrecv.resume(); // Receive the next value } + delay(100); }