dht11/dht11.h

Tue, 13 May 2014 16:46:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 13 May 2014 16:46:36 +0200
changeset 36
8701b4dab77b
parent 31
89dd2b691701
child 51
a03b6dac5398
permissions
-rw-r--r--

Don't block with a missing DHT11 sensor

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial