add DHT11 humidity sensor

This commit is contained in:
harald 2013-01-03 16:50:25 +01:00 committed by harald
parent 56807ee75a
commit 17c93b259e
18 changed files with 2991 additions and 24 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