diff -r 9c7119ac0455 -r 89dd2b691701 dht11/dht11.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dht11/dht11.h Thu May 08 22:36:51 2014 +0200 @@ -0,0 +1,9 @@ +#ifndef _DHT11_H +#define _DHT11_H + + +#define TRUE 1 +#define FALSE 0 + + +#endif