juanpintom wrote:Am trying to make the first sketch for reading from IR but I've problems to add the library to the IDE, I added many libraries on Arduino IDE, but on the github I found some files (application.cpp, user_config.h, etc.. ) and structure that I don't know how to copy on ESP IDE. Any help on this? Sorry if it's a newbie question :S
Here is my sketch working wih Souliss and Arduino using IRlib (Irremote) library.
http://pastebin.com/2sEJ4JrV
Regards!
I haven't used the Arduino IDE for the ESP8266 so can't help you there. Both application.cpp and user_config.h are esp8266 specific. application.cpp contains the main execution code and user_config.h are for user defined configuration variables. Currently application.cpp is just a demonstration on how to run the library on the esp8266 it is not necessary to use the library. I think you might have to do some work to the script I don't think you can just throw it in as is. I could be wrong though.