6 lines
150 B
CMake
Raw Permalink Normal View History

2025-02-16 14:31:50 -05:00
idf_component_register(
SRCS main.cpp display.cpp ssd1306.cpp i2c.h time_keeper.h panel.h panel_device.h
INCLUDE_DIRS .
REQUIRES driver
)