From 02dfa1385e25875659eec20313b8914ccbf60954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Fri, 11 Oct 2024 02:18:54 +0200 Subject: [+] Button module with long / short press and release detection --- components/button/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 components/button/CMakeLists.txt (limited to 'components/button/CMakeLists.txt') diff --git a/components/button/CMakeLists.txt b/components/button/CMakeLists.txt new file mode 100644 index 0000000..1497865 --- /dev/null +++ b/components/button/CMakeLists.txt @@ -0,0 +1,3 @@ +idf_component_register(SRCS "button_handler.c" + INCLUDE_DIRS "." + PRIV_REQUIRES esp_timer esp_driver_gpio) -- cgit v1.2.3