Create buttons module
Temporarily just logging button presses, as alarms module doesn't yet exist.
This commit is contained in:
5
components/buttons/CMakeLists.txt
Normal file
5
components/buttons/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
idf_component_register(
|
||||
SRCS "buttons.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES driver esp_timer fatal
|
||||
)
|
||||
Reference in New Issue
Block a user