DHT22 is not working how I want it to

Need to keep debugging it... think of a different way to approach it maybe
This commit is contained in:
2023-10-30 21:11:24 +00:00
parent 556e0786da
commit 6b40f97ba5
3 changed files with 69 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "dht22.c"
INCLUDE_DIRS "."
REQUIRES driver)
REQUIRES driver esp_timer)