Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walvi112/esp32_mma8451

Driver for MMA8451 accelerometer sensor on ESP-IDF framework
https://github.com/walvi112/esp32_mma8451

Last synced: 27 days ago
JSON representation

Driver for MMA8451 accelerometer sensor on ESP-IDF framework

Awesome Lists containing this project

README

        

# Driver for MMA8451 accelerometer sensor on ESP-IDF framework
* Configure the i2c master bus via i2c_new_master_bus() and add i2c device via i2c_master_bus_add_device(). Then pass the i2c_master_dev_handle_t into MMA8451_Init().
* Create MMA8451 struct and call MMA8451_Init function to initialize.