dht11/dht11.h

Mon, 26 May 2014 23:25:48 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 26 May 2014 23:25:48 +0200
changeset 54
c06190a58f22
parent 51
a03b6dac5398
child 146
11f431ac253d
permissions
-rw-r--r--

More configuration changes. Writing settings implemented.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial