dac4 2.0.0.0
|
Dac4 Click example. More...
Functions | |
void | dac4_log_report (uint8_t channel_no) |
void | dac4_set_output (uint8_t channel_set) |
void | dac4_channel_report () |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Dac4 Click example.
This application enables usage of digital to analog converter.
The demo application is composed of two sections :
Initializes I2C driver, executes general call reset and wake up commands.
Changes the output voltage of channels every 3 seconds, and displays the channels status on the USB UART.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
void dac4_channel_report | ( | ) |
void dac4_log_report | ( | uint8_t | channel_no | ) |
void dac4_set_output | ( | uint8_t | channel_set | ) |
int main | ( | void | ) |