bucknboost 2.0.0.0
|
BucknBoost Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
BucknBoost Click example.
This application demonstrates the use of Buck n Boost click board.
The demo application is composed of two sections :
Initializes the driver and sets the click default configuration. The default config enables the click board and limits the current of all outputs to 1100mA. It also sets the default voltages of all channels which are the following: OUT1 - 1.8V, OUT2 - 1.1V, OUT3 - 1.8V, OUT4 - 1.05V, OUT5 - 1.25V, OUT6 - 12V
Iterates through the entire range of Buck voltages for Buck 1 output starting from the maximal output. It also checks the Power Good and Overcurrent status. All data is being displayed on the USB UART where you can track the program flow.
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 | ) |