dht11/dht11.h

Mon, 21 Jul 2014 22:19:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 21 Jul 2014 22:19:24 +0200
changeset 120
466c5cee0463
parent 51
a03b6dac5398
child 146
11f431ac253d
permissions
-rw-r--r--

Added LIST LOG command

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial