voltmeter  2.0.0.0
Functions
main.c File Reference

Voltmeter Click example. More...

#include "board.h"
#include "log.h"
#include "voltmeter.h"

Functions

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

Detailed Description

Voltmeter Click example.

Description

This application give a voltage in milivolts.

The demo application is composed of two sections :

Application Init

Initialization driver enables - I2C, start calibration reading and also write log.

Application Task

This is an example which demonstrates the use of Voltmeter Click board. These examples read ADC value from the register of MCP3201 chip on the Voltmeter click board and calculate the voltage value [ mV ]. Results are being sent to the Usart Terminal where you can track their changes.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )