add DHT11 humidity sensor
This commit is contained in:
parent
56807ee75a
commit
17c93b259e
18 changed files with 2991 additions and 24 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