Files

7 lines
125 B
CMake

idf_component_register(
SRCS "menu.c" "display.c"
INCLUDE_DIRS "."
REQUIRES oled driver
PRIV_REQUIRES main
)