Code: Select all
idf_component_register(SRCS "dht11.c"
INCLUDE_DIRS "include"
REQUIRES mbedtls)
Code: Select all
idf_component_register(SRCS "dht11.c"
INCLUDE_DIRS "include"
REQUIRES mbedtls)
Don't forget to also add dht_11 to the REQUIRES of your main projectcreated another 'dht_11'
...
but it seems that my project doesn't recognize this component folder.
Users browsing this forum: No registered users and 82 guests