Skip to content

Commit 6caa1b6

Browse files
authored
Merge pull request #164 from daha24:master
OneButton as ESP-IDF component
2 parents 0cebe0c + 0c7a5d6 commit 6caa1b6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
idf_component_register(
2+
SRCS "src/OneButton.cpp"
3+
INCLUDE_DIRS "src"
4+
REQUIRES arduino-esp32
5+
)

0 commit comments

Comments
 (0)