alcohol3  2.0.0.0
Functions
main.c File Reference

Alcohol3 Click example. More...

#include "board.h"
#include "log.h"
#include "alcohol3.h"

Functions

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

Detailed Description

Alcohol3 Click example.

Description

Code of this sensor reacts to the presence of deoxidizing and reducing gases, such as ethanol (also known as alcohol).

The demo application is composed of two sections :

Application Init

Application Init performs Logger and Click initialization.

Application Task

Reads percentage of alcohol in the blood (BAC) and this data logs to USBUART every 1 sec.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )