Files
esp-air-monitor/components/dht22/CMakeLists.txt
Arthur Roberts 6b40f97ba5 DHT22 is not working how I want it to
Need to keep debugging it... think of a different way to approach it maybe
2023-10-30 21:11:24 +00:00

4 lines
86 B
CMake

idf_component_register(SRCS "dht22.c"
INCLUDE_DIRS "."
REQUIRES driver esp_timer)