dht11/dht11.h

Sun, 15 Nov 2015 21:12:11 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 15 Nov 2015 21:12:11 +0100
changeset 423
02653162b03b
parent 146
11f431ac253d
permissions
-rw-r--r--

Fixed compiling for systems with wiringPi. Improved handling of udp sockets if there is no brewpanel running.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial