Skip to content

Commit e4e2144

Browse files
committed
use as esp-idf component compatibility
1 parent 0cebe0c commit e4e2144

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)