pressure16  2.0.0.0
Functions
main.c File Reference

Pressure16 Click example. More...

#include "board.h"
#include "log.h"
#include "pressure16.h"

Functions

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

Detailed Description

Pressure16 Click example.

Description

This library contains API for the Pressure 16 Click driver. This demo application shows an example of pressure and temperature measurement.

The demo application is composed of two sections :

Application Init

Initialization of I2C and SPI module and log UART. After driver initialization and default settings, the app display retrieves the sensor parameters such as pressure and temperature.

Application Task

This is an example that shows the use of a Pressure 16 Click boardâ„¢. Logs the pressure [ mbar ] and temperature [ degree Celsius ] data. Results are being sent to the Usart Terminal where you can track their changes.

Author
Nenad Filipovic

Function Documentation

◆ application_init()

void application_init ( void  )

< Logger config object.

< Click config object.

◆ application_task()

void application_task ( void  )

◆ main()

void main ( void  )