uv  2.0.0.0
Functions
main.c File Reference

UV Click Driver Example. More...

#include "board.h"
#include "log.h"
#include "uv.h"

Functions

void application_callback (uint8_t *message)
 
void application_init (void)
 
void application_task (void)
 
void main (void)
 

Detailed Description

UV Click Driver Example.

Description

This is a example which demonstrates the use of UV Click board.

The demo application is composed of two sections :

Application Init

Configuration of the click and log objects.

Application Task

This is a example which demonstrates the use of the UV Click board. This example should read a result of AD conversion and calculate it to UV index level. Results are being sent to the Usart Terminal where you can track their changes. All data logs on usb uart is changed for every 1 second.

Author
Nemanja Medakovic

Function Documentation

◆ application_callback()

void application_callback ( uint8_t *  message)

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )