is there a jeelib port for ESP8266 boards, they are ardiono compatible.
I a trying to compile some code based on standard jeelib but I am getting the error
/Arduino/libraries/jeelib/Ports.h:15:26: fatal error: avr/pgmspace.h: No such file or directory
HI,
is there a jeelib port for ESP8266 boards, they are ardiono compatible. I a trying to compile some code based on standard jeelib but I am getting the error
/Arduino/libraries/jeelib/Ports.h:15:26: fatal error: avr/pgmspace.h: No such file or directory
include <avr/pgmspace.h>
compilation terminated.