mpu9dof 2.0.0.0
|
Mpu9Dof Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Mpu9Dof Click example.
MPU 9DOF click carries the world’s first 9-axis Motion Tracking device. It comprises two chips: one that contains a 3-axis accelerometer, a 3-axis gyroscope, and a DMP (digital motion processor); the other is a 3-axis digital compass.
The demo application is composed of two sections :
Initialization driver enable's - I2C, initialize MPU-9150 XL G & MPU-9150 MAG and start write log.
This is a example which demonstrates the use of MPU 9DOF Click board. Measured accel, gyro and magnetometar coordinates values ( X, Y, Z ) and temperature value in degrees celsius [ �C ] are being sent to the uart where you can track their changes. All data logs on usb uart for aproximetly every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |