dac6 2.0.0.0
|
Dac6 Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
Dac6 Click example.
DAC 6 click carries 12-bit buffered Digital-to-Analog Converter. It converts digital value to the corresponding voltage level using external voltage reference.
The demo application is composed of two sections :
Initalizes SPI driver.
This example shows capabilities of DAC 6 click by changeing output values from 0 to the maximum output range on all four channels. Output voltage is calculated by using the equation : Vout = Vrefin * (set_out / 4095).
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |