init
This commit is contained in:
commit
71381bb467
10 changed files with 3878 additions and 0 deletions
10
main/CMakeLists.txt
Normal file
10
main/CMakeLists.txt
Normal file
|
@ -0,0 +1,10 @@
|
|||
#idf_component_register(SRCS "bme680_esp8266.c"
|
||||
# INCLUDE_DIRS "."
|
||||
# REQUIRES bme680)
|
||||
|
||||
idf_component_register(
|
||||
SRCS "bme680_esp8266.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES bme68x esp8266
|
||||
# PRIV_REQUIRES driver
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue