mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2026-01-10 19:52:50 +00:00
Revert "Added ESP32 IR receive support (IRsend not implemented yet)."
This commit is contained in:
@@ -17,11 +17,7 @@ decode_results results;
|
||||
void setup()
|
||||
{
|
||||
Serial.begin(9600);
|
||||
// In case the interrupt driver crashes on setup, give a clue
|
||||
// to the user what's going on.
|
||||
Serial.println("Enabling IRin");
|
||||
irrecv.enableIRIn(); // Start the receiver
|
||||
Serial.println("Enabled IRin");
|
||||
}
|
||||
|
||||
void loop() {
|
||||
|
||||
Reference in New Issue
Block a user