gyro 2.0.0.0
|
Gyro Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Gyro Click example.
This example displays values of Gyro sensor (x, y, z axis).
The demo application is composed of two sections :
Initialization driver, initialize L3GD20 register and start write log.
(code snippet) This is a example which demonstrates the use of Gyro Click board. Measured Gyro coordinates ( X-axis, Y-axis, Z-axis ) and temperature in degrees C are being sent to the Usart Terminal where you can track their changes. All data logs on usb uart for every 2 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |