Added DHT library to extras and sample code to examples
This commit is contained in:
parent
2badeed523
commit
99eba80c4d
5 changed files with 221 additions and 0 deletions
4
examples/dht_sensor/Makefile
Normal file
4
examples/dht_sensor/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
PROGRAM=dht_sensor
|
||||
EXTRA_COMPONENTS = extras/dht
|
||||
include ../../common.mk
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue