Contiki-NG
Loading...
Searching...
No Matches

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

static int dht22_read (void)
 
DHT22 auxiliary functions

Detailed Description

Driver for the DHT22 temperature and humidity sensor.

Definition in file dht22.c.