dht11/dht11.h

Mon, 19 May 2014 17:49:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 19 May 2014 17:49:04 +0200
changeset 44
f37d73940699
parent 31
89dd2b691701
child 51
a03b6dac5398
permissions
-rw-r--r--

Server communication works

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0


#endif

mercurial