temphum11  2.0.0.0
Functions
main.c File Reference

TempHum11 Click example. More...

#include "board.h"
#include "log.h"
#include "temphum11.h"

Functions

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

Detailed Description

TempHum11 Click example.

Description

This click has two sensors which can be set to sample measurements with the resolution of 8, 11 or 14 bits, based on the measurement time. Calibration coefficients that are applied to the measured value and the results are stored in the MSB/LSB format, on the output registers. These values are then used in formulas so that the final temperature or relative humidity data can be calculated.

The demo application is composed of two sections :

Application Init

Initializes driver init, test comunication and configuration chip for measurement.

Application Task

Reads Temperature and Humidity data. This data logs to USBUART every 1500ms.

Author
MikroE Team

Function Documentation

◆ application_init()

void application_init ( void  )

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )