Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port for ESP8266 boards #98

Open
dinonovak opened this issue Aug 10, 2016 · 3 comments
Open

Port for ESP8266 boards #98

dinonovak opened this issue Aug 10, 2016 · 3 comments

Comments

@dinonovak
Copy link

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
Copy link
Author

in the Ports.h I changed
#include <avr/pgmspace.h> to #include <pgmspace.h>

but now I am getting error

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

@marcolettieri
Copy link

have you done the porting?

@artekw
Copy link

artekw commented Feb 3, 2018

I am interest too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants