Skip to content

Changes to headerfile to work on esp8266 as well. #1

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

Merged
merged 3 commits into from
Jul 27, 2015
Merged

Changes to headerfile to work on esp8266 as well. #1

merged 3 commits into from
Jul 27, 2015

Conversation

emil01
Copy link
Contributor

@emil01 emil01 commented Jul 27, 2015

Modified the header files to work fine on the esp8266 as well.

Changed:

#include <avr/pgmspace.h>

To:

#ifdef __AVR__
    #include <avr/pgmspace.h>
#else
    #include <pgmspace.h>
#endif

Note: Tested the demo codes using i2c and haven't faced any issues.

@ToniCorinne ToniCorinne merged commit 86a183c into sparkfun:master Jul 27, 2015
@ToniCorinne
Copy link

Thank you for the patch! It's greatly appreciated.

@emil01
Copy link
Contributor Author

emil01 commented Jul 27, 2015

More importantly, thank you guys for the awesome work you for the community. 

Thanks again
Emil Varughese
On 7/27/2015 11:37:14 PM, Toni Klopfenstein [email protected] wrote:
Thank you for the patch! It's greatly appreciated.

Reply to this email directly or view it on GitHub [https://github.com//pull/1#issuecomment-125320432].

jimblom pushed a commit that referenced this pull request Sep 15, 2016
Use original SparkFun repo
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