From 691ea5bc536e91bbb9926234bc907ca4c38b3250 Mon Sep 17 00:00:00 2001 From: Marc MERLIN Date: Sun, 9 Apr 2017 19:55:49 -0700 Subject: [PATCH] Added pointer for ESP8266 fork As requested in https://github.com/z3t0/Arduino-IRremote/issues/400 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 305c7bd..f2c7b92 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Tutorials and more information will be made available on [the official homepage] - ATmega64, 128 - ATtiny 84 / 85 - ESP32 (receive only) +- ESP8266 is supported in a fork based on an old codebase that isn't as recent, but it works reasonably well given that perfectly timed sub millisecond interrupts are different on that chip. See https://github.com/markszabo/IRremoteESP8266 We are open to suggestions for adding support to new boards, however we highly recommend you contact your supplier first and ask them to provide support from their side.