|
Contiki-NG
|
Driver for the DHT22 temperature and humidity sensor. More...
#include "contiki.h"#include "dht22.h"#include "dev/gpio.h"#include "lib/sensors.h"#include "dev/ioc.h"#include "dev/watchdog.h"#include <stdio.h>Go to the source code of this file.
Functions | |
DHT22 auxiliary functions | |
| int16_t | dht22_read_all (int16_t *temperature, int16_t *humidity) |
Driver for the DHT22 temperature and humidity sensor.
Definition in file dht22.c.
1.8.13