dht11/dht11.h

Sat, 31 May 2014 12:00:40 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 31 May 2014 12:00:40 +0200
changeset 60
dc3d953a218f
parent 51
a03b6dac5398
child 146
11f431ac253d
permissions
-rw-r--r--

Code fix

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial