dht11/dht11.h

Fri, 25 Jul 2014 23:27:08 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Jul 2014 23:27:08 +0200
changeset 134
f05601490415
parent 51
a03b6dac5398
child 146
11f431ac253d
permissions
-rw-r--r--

Redesigned the web interface, one single app is too slow. The main dashboard will be a shiny ajax driven page, the setup pages will be simple and php only. Keep It Simple, Stupid.

#ifndef	_DHT11_H
#define	_DHT11_H


#define TRUE 1
#define FALSE 0

#include <stdio.h>


#endif

mercurial