mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-01 13:47:45 +00:00
5 lines
177 B
CMake
5 lines
177 B
CMake
idf_component_register(SRCS "i2c_io.c" "i2c_multidevice.c"
|
|
PRIV_REQUIRES spi_flash
|
|
REQUIRES driver
|
|
INCLUDE_DIRS ".")
|