ozone2  2.0.0.0
Functions
main.c File Reference

Ozone2 Click example. More...

#include "board.h"
#include "log.h"
#include "ozone2.h"

Functions

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

Detailed Description

Ozone2 Click example.

Description

This example shows the value of ozone measurement aquired from Ozone2 Click board.

The demo application is composed of two sections :

Application Init

Calls functions for driver initializaton used for data conversion and results reading.

Application Task

Reads the level of ozone in the air every with repetition of 1 second. This driver is able to get the level of ozone gas in the range from 10 to 1000 ppm. #note# Be sure that you correctly set the AD convertor which you want to use.

Author
Nemanja Medakovic

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )