Skip to content

Driver for MMA8451 accelerometer sensor on ESP-IDF framework

License

Notifications You must be signed in to change notification settings

walvi112/ESP32_MMA8451

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Driver for MMA8451 accelerometer sensor on ESP-IDF framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published