dht11/dht11.h

Sat, 07 Nov 2015 22:34:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Nov 2015 22:34:28 +0100
changeset 410
e3f8a51b566a
parent 146
11f431ac253d
permissions
-rw-r--r--

Fixed compiling on systems without SDL libraries, and they don't need tha brewpanel program.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial