add DHT11 humidity sensor
This commit is contained in:
parent
a6a1a7b375
commit
3019a8e3ef
12 changed files with 2765 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue