Contour-based debouncing parameters.
More...
#include <counter_based_debouncer.h>
|
|
int16_t | failedThreshold |
| | Threshold to report failure.
|
| |
|
int16_t | passedThreshold |
| | Threshold to report passing.
|
| |
|
uint16_t | failedStepsize |
| | Debounce counter increment step.
|
| |
|
uint16_t | passedStepsize |
| | Debounce counter decrement step.
|
| |
|
int16_t | failedJumpValue |
| | Debounce counter jump on a pre-failed report.
|
| |
|
int16_t | passedJumpValue |
| | Debounce counter jump on a pre-passed report.
|
| |
|
bool | useJumpToFailed |
| | Indicates whether debounce counter should jump or not on a pre-failed report.
|
| |
|
bool | useJumpToPassed |
| | Indicates whether debounce counter should jump or not on a pre-passed report.
|
| |
Contour-based debouncing parameters.