Need to keep debugging it... think of a different way to approach it maybe
4 lines
86 B
CMake
4 lines
86 B
CMake
idf_component_register(SRCS "dht22.c"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES driver esp_timer)
|