dht11/dht11.h

Thu, 03 Jul 2014 23:11:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 03 Jul 2014 23:11:44 +0200
changeset 91
901ca9858a7a
parent 51
a03b6dac5398
child 146
11f431ac253d
permissions
-rw-r--r--

Added fermenting profiles to the configuration

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial