Add build instructions for I2C
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
idf_component_register(SRCS "./main.cpp"
|
idf_component_register(SRCS "./main.cpp"
|
||||||
"./wifi.cpp"
|
"./wifi.cpp"
|
||||||
|
"./i2c.c"
|
||||||
INCLUDE_DIRS "../include"
|
INCLUDE_DIRS "../include"
|
||||||
REQUIRES esp_wifi
|
REQUIRES esp_wifi
|
||||||
nvs_flash
|
nvs_flash
|
||||||
@@ -7,4 +8,5 @@ idf_component_register(SRCS "./main.cpp"
|
|||||||
esp_hw_support
|
esp_hw_support
|
||||||
esp_system
|
esp_system
|
||||||
freertos
|
freertos
|
||||||
log)
|
log
|
||||||
|
i2c_master)
|
||||||
|
|||||||
Reference in New Issue
Block a user