buck14 2.0.0.0
|
Buck14 Click example. More...
Functions | |
void | error_handler (uint8_t stat_data) |
void | read_vout_data (buck14_t *ctx) |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Buck14 Click example.
This app enables usage of high-efficiency step-down converter.
The demo application is composed of two sections :
Configure device.
Sends 4 different commands for VOUT in span of 8sec
note: When you send data you should send LSB first. Device input V should be beetween 4.5 - 14 V. Device output V could be from 0.5 - 5 V deepending from limits you set currently it is set to 1V.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void error_handler | ( | uint8_t | stat_data | ) |
int main | ( | void | ) |
void read_vout_data | ( | buck14_t * | ctx | ) |