dht11/dht11.h

Mon, 09 May 2016 21:35:55 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 09 May 2016 21:35:55 +0200
changeset 500
5aa914eb644e
parent 146
11f431ac253d
permissions
-rw-r--r--

Units now have an unique alias name so that the MQTT messages are more friendly.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial