weather 2.0.0.0
|
Weather Click example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | 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 Humidity data and Pressure data, and displays them on USB UART every 1500ms.
void application_init | ( | void | ) |
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |