dht11/dht11.h

Thu, 19 Nov 2015 21:17:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 19 Nov 2015 21:17:26 +0100
changeset 426
e54611453d29
parent 146
11f431ac253d
permissions
-rw-r--r--

Moved global bit defines to config.h

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial