dac 2.0.0.0
|
Dac Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Dac Click example.
This demo example sends digital signal to the outputs and converts it to analog.
The demo application is composed of two sections :
Initializes driver, SPI communication and LOG.
Sends different values( form 0 to 4095 with step 1000 ) to output and prints expected measurement.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |