jeelabs / jeelib

JeeLib for Arduino IDE: Ports, RF12, and RF69 drivers from JeeLabs
https://jeelabs.org/202x/sw/jeelib/
The Unlicense
489 stars 215 forks source link

Port for ESP8266 boards #98

Open dinonovak opened 8 years ago

dinonovak commented 8 years ago

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.

dinonovak commented 8 years ago

in the Ports.h I changed

include <avr/pgmspace.h> to #include

but now I am getting error

libraries/jeelib/Ports.h:745:18: error: 'InputParser& InputParser::operator>>(uint32_t&)' cannot be overloaded

marcolettieri commented 6 years ago

have you done the porting?

artekw commented 6 years ago

I am interest too.