SparkFun_MMA8452Q_Arduino_Library
SparkFun_MMA8452Q_Arduino_Library copied to clipboard
Compatibility with some esp8266 modules.
I was trying out this library with my ESP8266 board but found that the accel.available() in the loop() never resulted in "True".,thus not printing the data.
What worked for me was changing the the addr address in the SparkFun_MMA8452Q.h file from 0x1D to 0x1C , after that the example worked great.
I hope this may help others with some ESP8266 boards and the ESP8266 core for Arduino