6 lines
97 B
CMake
6 lines
97 B
CMake
|
|
idf_component_register(
|
||
|
|
SRCS "i2c.c"
|
||
|
|
INCLUDE_DIRS "include"
|
||
|
|
PRIV_REQUIRES "driver"
|
||
|
|
)
|