dht11/dht11.h

Sun, 08 Nov 2015 17:49:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 08 Nov 2015 17:49:29 +0100
changeset 412
f1a042a59b61
parent 146
11f431ac253d
permissions
-rw-r--r--

Basic ideas to write to the simulated LCD display are in place.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial