Support sub-millisecond bouncetime
A Python module to control the GPIO on a Raspberry Pi
Brought to you by:
croston
It would be nice if there were support for debounce times less than a millisecond. My encoder has a quadrature encoder with pulse widths of around 0.5ms when running at fullspeed.
Perhaps there could be an additional parameter called bouncetimeus to maintain backwards compatibility? I imagine this would be added to bouncetime to determine total debounce time.