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