ups3 2.0.0.0
|
UPS 3 Click Example. More...
Macros | |
#define | UPS3_STATUS_OLD 0x00 |
#define | UPS3_STATUS_NEW 0x01 |
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
UPS 3 Click Example.
This application demonstrates the use of UPS 3 click board.
The demo application is composed of two sections :
Initialization driver enable's - GPIO, also write log.
With this example we show the operation of UPS 3 clicks. This example shows an autonomously transition from charge to backup mode. Results are being sent to the Usart Terminal where you can track their changes.
#define UPS3_STATUS_NEW 0x01 |
#define UPS3_STATUS_OLD 0x00 |
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 | ) |