![]() |
Edge AI Add-on API 2.2.0
|
| status_t imu_init | ( | const imu_config_t * | p_config, |
| generic_cb_t | data_ready_cb ) |
#include <applications/gesture_recognition/src/hw_modules/sensor/imu/imu.h>
Initialize and start generation of IMU sensor data.
| p_config | IMU configuration settings imu_config_t |
| data_ready_cb | Data ready callback, provided callback will be called when new data sample is ready for reading |