SparkFun_MMA8452Q_Arduino_Library icon indicating copy to clipboard operation
SparkFun_MMA8452Q_Arduino_Library copied to clipboard

Compatibility with some esp8266 modules.

Open linxcow opened this issue 6 years ago • 0 comments

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

linxcow avatar May 01 '18 19:05 linxcow