weather
2.0.0.0
|
Weather Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
void | main (void) |
Weather Click example.
This demo-app shows the temperature, pressure and humidity measurement using Weather click.
The demo application is composed of two sections :
Configuring clicks and log objects. Setting the click in the default configuration to start the measurement.
Reads Temperature data, Relative Huminidy data and Pressure data, this data logs to USBUART every 1500ms.
void application_init | ( | void | ) |
void application_task | ( | void | ) |
void main | ( | void | ) |