dht11/dht11.h

Mon, 04 Aug 2014 23:34:22 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 04 Aug 2014 23:34:22 +0200
changeset 179
417ee898fb02
parent 146
11f431ac253d
permissions
-rw-r--r--

Added PID implementation and 433 MHz radio control switches. Not reliable yet.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial