8 lines
104 B
CMake
8 lines
104 B
CMake
idf_component_register(
|
|
SRCS
|
|
main.cpp
|
|
main.h i2c.h
|
|
INCLUDE_DIRS .
|
|
REQUIRES driver
|
|
)
|