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)
 

Detailed Description

Driver for the DHT22 temperature and humidity sensor.

Definition in file dht22.c.