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

Changes to compile on late avr-gcc and Arduino core #3

Merged
merged 8 commits into from
Mar 17, 2018

Conversation

gion86
Copy link
Contributor

@gion86 gion86 commented Jan 3, 2017

I have made some changes to the library and added the examples on the blog post, ready to be compiled and uploaded with a makefile.
The Serial write wasn't working properly, it has been fixed with code from https://github.com/maniacbug/StandardCplusplus.

The use of std::crlf is optional now, i.e. std::endl can be used the same way.

The library now compiles with avr-g++ version 6.3.0, using the original Arduino Core from https://github.com/arduino/Arduino, with new and delete opeartors.

@andysworkshop
Copy link
Owner

Thank you very much for this. I'll review it and get back to you.

@gion86
Copy link
Contributor Author

gion86 commented Jun 6, 2017

Any news on this one??

Repository owner deleted a comment from lowlevl Mar 17, 2018
@andysworkshop andysworkshop merged commit e75cdd0 into andysworkshop:master Mar 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants