buck16 2.0.0.0
|
Buck16 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Buck16 Click example.
This example showcases ability of the device to control voltage output of device. Output voltage can range from 800 to 5500 depending of VIN. By default it will go from 800 to 3300 VIN==VCC.
The demo application is composed of two sections :
Initialization of communication modules (SPI, UART) and additional pin for enabling output and sets it to high.
Sets voltage output first to 900mV then to 2500 mV. Then disables and enables output by toggling pin. In the end sets output value to 1500mV.
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 | ) |