balancer3
2.0.0.0
|
Balancer 3 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
const uint8_t | RX_NOT_READY = 0 |
Balancer 3 Click example.
This application is device for 2-series cell lithium-ion battery.
The demo application is composed of two sections :
Initializes device sets the time interval variable (time_inter) to the 0, which is used for OV condition message logging.
Allows user to enter a commands that can enable or disable cell balance and check the overvoltage condition. When OV condition is not detected, the status message will be sent after every 8 seconds. When OV condition is detected, the status message will be sent after every 2 seconds. Press '0' when you want to disable cell balance. Press '1' when you want to enable cell balance. Press '2' when you want to check the OV condition status immediately.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |
const uint8_t RX_NOT_READY = 0 |