Skip to content

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 notifications@github.com 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