Skip to content

feat(pycardium): Add button_gestures module

xiretza requested to merge xiretza/firmware:button_gestures into master

I originally started work on this because the ECG app's main loop was becoming such a mess, but it should come in useful for all kinds of apps. Basically, certain (button, event) combinations can be enabled, which will cause a matching event to be generated in an event stream when required.

Edited by xiretza

Merge request reports