Bela
Real-time, ultra-low-latency audio and sensor processing system for BeagleBone Black
|
#include <Debounce.h>
Public Attributes | |
unsigned int | intervalPositiveEdge |
Debouncing interval when encountering a positive edge (false to true transition) | |
unsigned int | intervalNegativeEdge |
Debouncing interval when encountering a negative edge ('true' to 'false' transition) | |
Some systems have different bouncing behaviours when transitioning from low to high versus when transitioning from high to low. Using this structure allows to specify different debounce intervals in the two directions.