voltmeter 2.0.0.0
|
Voltmeter Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Voltmeter Click example.
This application reads the voltage measurement and displays the results on the USB UART.
The demo application is composed of two sections :
Initialization the driver and logger.
Reads the raw ADC measurement once per second and converts it to the proportional voltage level. All data are being displayed on the USB UART where you can track their changes.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |