mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
rp2: Add support for DHT11 and DHT22 sensors.
This commit is contained in:
committed by
Damien George
parent
01d9b7adde
commit
908e4cf5c3
@@ -79,6 +79,7 @@ set(MICROPY_SOURCE_LIB
|
||||
|
||||
set(MICROPY_SOURCE_DRIVERS
|
||||
${MICROPY_DIR}/drivers/bus/softspi.c
|
||||
${MICROPY_DIR}/drivers/dht/dht.c
|
||||
)
|
||||
|
||||
set(MICROPY_SOURCE_PORT
|
||||
|
||||
Reference in New Issue
Block a user