add DHT11 humidity sensor

This commit is contained in:
Harald Pichler 2013-01-03 16:50:25 +01:00
parent a6a1a7b375
commit 3019a8e3ef
12 changed files with 2765 additions and 1 deletions

View file

@ -45,7 +45,7 @@
/* Define which resources to include to meet memory constraints. */
#define REST_RES_INFO 1
#define REST_RES_DS1820 1
#define REST_RES_DS1820 0
#define REST_RES_HELLO 0
#define REST_RES_MIRROR 0 /* causes largest code size */
#define REST_RES_CHUNKS 0