c6dofimu8 2.0.0.0
|
c6DofImu8 Click example More...
Functions | |
void | log_axis (t_c6dofimu8_axis *log_data) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
c6DofImu8 Click example
This app gets three-axis gyroscope value, three-axis accelerometer value and temperature.
The demo application is composed of two sections :
Initializes device and performs a device software reset and configuration.
Waits until any new data is entered to the data registers and then reads the accelerometer, gyroscope and temperature data which will be converted and calculated to the properly units each second.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void log_axis | ( | t_c6dofimu8_axis * | log_data | ) |
int main | ( | void | ) |