testing touch interface for physical switching

Signed-off-by: Peter Siegmund <mars3142@users.noreply.github.com>
This commit is contained in:
2025-09-01 22:14:52 +02:00
parent 7d563574d8
commit d7752734cf
9 changed files with 119 additions and 24 deletions

View File

@@ -0,0 +1,6 @@
idf_component_register(SRCS
"src/touch.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
button
)