You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: