Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By iosman001
#86990 Hello,

I'm learning to create libraries to ESP8266 to use in Arduino IDE.

Lot of code has, by example:
#if defined(__AVR__)
#include <TFT_Arduino_Mega.h>
#else
#include <TFT_Arduino.h>
#endif

where is "__AVR__" defined and/or where is the equivalent to the ESP board?


thanks
iosman