esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.05k stars 13.33k forks source link

Infrared Library #32

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi,

does somebody know a infrared library which works with this esp8266 Arduino IDE ? Id not found one, because they all dependt on avr interupts.

Arduino: 1.6.1 (Windows 8.1), Platine: "Generic ESP8266 board"

C:\Users####\Documents\Arduino\libraries\Arduino-IRremote\IRremote.cpp:25:27: fatal error: avr/interrupt.h: No such file or directory

include < avr/interrupt.h >

compilation terminated.

Sorry for my English. Thanks in advance.

probonopd commented 9 years ago

See https://github.com/esp8266/Arduino/issues/6

igrr commented 9 years ago

Closing as duplicate of #6.