force 2.0.0.0
|
Force Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
Force Click example.
This example showcases how to initialize and configure the logger and click modules and read and display ADC voltage data read from the analog pin.
The demo application is composed of two sections :
This function initializes and configures the logger and click modules.
This function reads and displays ADC voltage data from the analog pin every second.
void application_init | ( | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | ) |
int main | ( | void | ) |