compass 2.0.0.0
|
Compass Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Compass Click example.
This application measures magnetic and accelerometer axes data and shows them over USBUART
The demo application is composed of two sections :
Initialization driver init and init chip
Read magnet axis data and accel axis data and logs data on USBUART every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |