gyro5 2.0.0.0
|
Gyro5 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Variables | |
uint8_t | data_ready_flag |
float | temperature_value |
float | x_axis_value |
float | y_axis_value |
float | z_axis_value |
Gyro5 Click example.
This application shows temperature and gyroscope axes values
The demo application is composed of two sections :
Initializes GPIO pins, I2C and LOG modules.
Checks data ready INT, gets temperature and axes data and LOGs those values
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |
uint8_t data_ready_flag |
float temperature_value |
float x_axis_value |
float y_axis_value |
float z_axis_value |