Skip to content
Snippets Groups Projects
Verified Commit ffdce10d authored by xiretza's avatar xiretza
Browse files

feat(pycardium): Add button_gestures module

parent f1818479
Branches
No related tags found
No related merge requests found
Pipeline #3906 passed
......@@ -97,6 +97,7 @@ autodoc_mock_imports = [
"ucollections",
"urandom",
"utime",
"vibra",
]
autodoc_member_order = "bysource"
......
......@@ -26,6 +26,7 @@ Last but not least, if you want to start hacking the lower-level firmware, the
pycardium/bme680
pycardium/max30001
pycardium/buttons
pycardium/button_gestures
pycardium/color
pycardium/display
pycardium/gpio
......
``button_gestures`` - Button Gesture Detection
==============================================
.. automodule:: button_gestures
:members:
This diff is collapsed.
......@@ -9,6 +9,7 @@ python_modules = files(
'pride.py',
'ledfx.py',
'simple_menu.py',
'button_gestures.py',
# MicroPython Standard-Library
'col_defaultdict.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment