lsm6dsl 2.0.0.0
|
Lsm6Dsl Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Lsm6Dsl Click example.
This app measures linear and angular velocity with six degrees of freedom.
The demo application is composed of two sections :
Initialization driver.
This is a example which demonstrates the use of LSM6DSL Click board. LSM6DSL Click communicates with register via SPI by write to register and read from register, measured acceleration and gyroscope coordinates values ( X,Y,Z ) Result are being sent to the uart where you can track their changes. All data logs on usb uart for aproximetly every 3 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |