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
1 Commits
Author SHA1 Message Date
ChrisGallagher 0a30a709f0 Add compile option: BOUNCE_WITH_PROMPT_DETECTION
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.
2016-04-26 15:48:26 +01:00