c6dofimu10 2.0.0.0
|
c6DofImu10 Click example More...
Functions | |
void | app_display_axis_data (c6dofimu10_axis_t *axis) |
void | app_display_temp_data (float temp) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
c6DofImu10 Click example
This app reads the accelerometer and magnetometer axis data.
The demo application is composed of two sections :
Initializes device and runs a communication test that reads device id (registry Who_I_AM).
Reads the accelerometer and magnetometer axis data. And reads temperature values. All data logs on the USBUART.
void app_display_axis_data | ( | c6dofimu10_axis_t * | axis | ) |
void app_display_temp_data | ( | float | temp | ) |
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |