6 lines
105 B
CMake

idf_component_register(
SRCS "buttons.c"
INCLUDE_DIRS "."
REQUIRES alarms driver esp_timer fatal
)