mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-18 07:12:49 +00:00
Merge pull request #73 from DaAwesomeP/master
Add delay to IRrecvDemo Loop preventing duplicates
This commit is contained in:
@@ -25,4 +25,5 @@ void loop() {
|
||||
Serial.println(results.value, HEX);
|
||||
irrecv.resume(); // Receive the next value
|
||||
}
|
||||
delay(100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user