Add compile option: BOUNCE_WITH_PROMPT_DETECTION #25

Merged
chrisgatwin merged 1 commits from prompt_detection_option into master 2016-04-28 16:01:29 +03:00
chrisgatwin commented 2016-04-26 17:51:04 +03:00 (Migrated from github.com)

New compile time opiton for alternative 'prompt' debounce algorithm.
Button state changes are avaliable imideatley, so long as the previous
state has been stable for the timeout period. Otherwise the state will
be updated when the timeout period allows.

  • Able to report acurate switch times normally with no delay.
  • Compatable with exising usage.
  • Use when prompt switch transition timing is important.
New compile time opiton for alternative 'prompt' debounce algorithm. Button state changes are avaliable imideatley, so long as the previous state has been stable for the timeout period. Otherwise the state will be updated when the timeout period allows. - Able to report acurate switch times normally with no delay. - Compatable with exising usage. - Use when prompt switch transition timing is important.
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/thomasfredericks_Bounce2#25