dht11/dht11.h

Fri, 15 Aug 2014 14:38:32 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 15 Aug 2014 14:38:32 +0200
changeset 241
4ba138737bf4
parent 146
11f431ac253d
permissions
-rw-r--r--

Added thread locks to all LCD access functions. This seems to have fixed the LCD corruption problems.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial