stepup
2.0.0.0
|
StepUp Click example. More...
Functions | |
void | stepup_log_percent (uint16_t out_val) |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Variables | |
uint16_t | out_value |
StepUp Click example.
This application enables usage of DC-DC step-up (boost) regulator.
The demo application is composed of two sections :
Initializes SPI driver, sets config word, initializes the device, sets and log output value
Simulates user input via UART terminal, if 'user' enters + or - output value is increased or decreased respectively
note: Additional Functions :
stepup_logPercent() - calls 'stepup_getPercent()' function to get output value in expressed as percentage and logs that value.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |
void stepup_log_percent | ( | uint16_t | out_val | ) |
uint16_t out_value |