dht11/dht11.h

Sun, 25 May 2014 22:06:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 25 May 2014 22:06:56 +0200
changeset 51
a03b6dac5398
parent 31
89dd2b691701
child 146
11f431ac253d
permissions
-rw-r--r--

Removed library, bumped to version 0.0.7

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial