Add new button type, clean up pull-up resistor logic. #1
annabunches
commented 2021-11-01 22:29:36 +00:00
Owner
No description provided.
annabunches
added 8 commits 2021-11-01 22:29:37 +00:00
Add new behavior for a button that sends separate keypresses on press and release. This required a refactor of the button abstraction as well.
c37e4a6789
Add BUTTON_LATCHED_MOMENTARY type, to allow a pushbutton to mimic the behavior of a toggle switch.
6a692687f5
Revert to non-STL-using code, since that's not available when compiling for Arduino...
5322744f42
Remove now-useless includes.
6ea6187769
Reverting more cruft.
2a35a86230
Fixed various errors.
398668205d
Rename variables for clarity, fix enumeration bug.
3fd595c7c2
Fix behavior when using pull-up resistors.
bcfd67b50d
annabunches
merged commit da37d16da7 into main 2021-11-01 22:29:42 +00:00
annabunches
referenced this issue from a commit 2021-11-01 22:29:42 +00:00
Merge pull request 'Add new button type, clean up pull-up resistor logic.' (#1) from new-button-behaviors into main
annabunches
deleted branch new-button-behaviors 2021-11-01 22:29:47 +00:00
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-button-behaviors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?