adac 2.0.0.0
main.c File Reference

ADAC Click example. More...

#include "board.h"
#include "log.h"
#include "adac.h"

Functions

void application_init ()
 
void application_task ()
 
int main (void)
 

Detailed Description

ADAC Click example.

Description

This example showcases how to initialize, configure and use the ADAC click module. The click has an ADC and a DAC. An external power supply sets the maximum voltage of the input analog signal, which is bound to 2.5 V by default. For the input any external analog signal will suffice and a multimeter is needed to read the output on one of the channels.

The demo application is composed of two sections :

Application Init

This function initializes and configures the click and logger modules. It does a hardware reset first and after that configures the click module using default settings.

Application Task

This function first writes digital values ranging from 0 to 256 to output channel 3 with a 10 millisecond delay between iterations and after that reads analog values from channel 4 10 times and displays results in the UART console.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( )

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( )

◆ main()

int main ( void )