accel18 2.0.0.0
|
Accel18 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Accel18 Click example.
This example application showcases ability of the device to read axes values on detected interrupt.
The demo application is composed of two sections :
Initialization of comunication modules(SPI/I2C, UART) and additional two interrupt pins. Then configures device and sets 8g range and 10 Hz data rate, with interrupt enabled.
Whenever interrupt is detected checks interrupt status for data ready, and then reads x, y, and z axes, calculates value and logs result.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |