boost 2.0.0.0
|
Boost Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Boost Click example.
Boost click provides an adjustable output voltage through the onboard DAC that drives the FB pin of the MIC2606 to set desired output voltage.
The demo application is composed of two sections :
Initializes SPI driver for serial communication and puts the device to power ON state. Also, initializes logger module for message and results sending.
This is a example which demonstrates the use of Boost Click board. Boost Click communicates with register via SPI by reading from MCP3551 chip and writing DAC value to the MCP4921 chip. This example periodicaly increases and decreases voltage in range between 15 and 30 Volts. All data logs write on usb uart for aproximetly every 1 sec.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |