Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/walvi112/esp32_mma8451
- Owner: walvi112
- License: mit
- Created: 2024-11-29T10:25:43.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-29T10:36:33.000Z (about 1 month ago)
- Last Synced: 2024-11-29T11:33:56.365Z (about 1 month ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.