dht11/dht11.h

Fri, 22 Aug 2014 17:12:42 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 22 Aug 2014 17:12:42 +0200
changeset 259
b7c967359771
parent 146
11f431ac253d
permissions
-rw-r--r--

Added framework for a simulation of a fridge with heater to use as controlled fermentor

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial