6 lines
95 B
CMake
6 lines
95 B
CMake
|
idf_component_register(
|
||
|
SRCS "i2c_sw_master.c"
|
||
|
INCLUDE_DIRS "include"
|
||
|
REQUIRES "esp32"
|
||
|
)
|