From fe3e1cfaf1c8f1d02e7596fc3f3f762c2552c8b2 Mon Sep 17 00:00:00 2001 From: Nico Date: Sun, 30 Nov 2014 15:23:37 +0100 Subject: [PATCH] Readme Not important anymore since a workaround is in the Header file. --- Readme.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Readme.md b/Readme.md index 0b681d7..a069d4c 100644 --- a/Readme.md +++ b/Readme.md @@ -8,9 +8,6 @@ New lightweight IR library with different, smarter implementation. This library is way more efficient than the "standard" IR library from Ken Shirriff and should be a replacement of the library (sorry for that ;D). -*With Arduino IDE you get a compiling error. Add "#define NOT_AN_INTERRUPT -1" to the beginning of the sketch or better use IDE 1.5.8 or higher. -You can also choose the interrupt number instead of using the pin (0 or 1 for Uno)* - **The main improvements are:** * Faster decoding (on the fly) * Huge Ram improvements (13 bytes ram to decode NEC)