gyro3 2.0.0.0
|
Gyro3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Gyro3 Click example.
This example shows values of the 3 axis from the gyroscope module.
The demo application is composed of two sections :
Initializes I2C driver, basic device configuration, I2C interface, LOG interface and GPIO pins.
Checks if new data is available on all three axes, If yes then reads and logs their values.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |