SparkFun_MMA8452Q_Arduino_Library
SparkFun_MMA8452Q_Arduino_Library copied to clipboard
SparkFun Triple Axis Accelerometer Breakout - MMA8452Q Arduino Library
This PR adds the required `CMakeLists.txt` file to enable building as an ESP-IDF component (e.g. in `components/SparkFun_MMA8452Q`) Similar [PR on Adafruit-GFX-Library](https://github.com/adafruit/Adafruit-GFX-Library/pull/376/files).
Dear all, First of all thanks for this library (and allowing me to add some "advanced" telemetry to the kids' waterrocket :)) I noticed when playing with the setScale() function,...
Just nope. The program uploads, send no problems or warnings. But frezee the whole program. Even a single serial message wont run.
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...