mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 11:48:48 +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 ".")
|