charger 2.1.0.0
|
Charger Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Charger Click Example.
This example demonstrates the use of Charger click board by monitoring the battery charging status.
The demo application is composed of two sections :
Initializes the driver, performs the click default configuration, calibrates the zero current charging offset, and resets the elapsed time counter.
Reads the chip internal temperature, battery and system VDD, battery charging current, and the elapsed time counter, approximately once per second. All data are displayed on the USB UART where you can track their changes.
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 | ) |