dht22 2.0.0.0
|
DHT22 Click Example. More...
Functions | |
void | application_init (void) |
void | application_task (void) |
int | main (void) |
DHT22 Click Example.
This is a example which demonstrates the use of DHT22 Click board by measuring temperature and relative humidity.
The demo application is composed of two sections :
Initializes the SDA data pin depending on the selected GPIO pin (SDA1/SDA2) and log module.
Reads the temperature and humidity from the sensor and displays the values on the USB UART.
void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
void application_task | ( | void | ) |
int main | ( | void | ) |