6 lines
150 B
CMake
6 lines
150 B
CMake
idf_component_register(
|
|
SRCS main.cpp display.cpp ssd1306.cpp i2c.h time_keeper.h panel.h panel_device.h
|
|
INCLUDE_DIRS .
|
|
REQUIRES driver
|
|
)
|