Overview
- Object ID : 2412 (2013-04-12)
- Author : Kwabena W. Agyeman | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Sensor
- Licence : Other
Content
An octal button debouncer driver that runs on one cog. The code has been fully optimized with a super simple spin interface for maximum speed and is also fully commented.
Provides full support for:
- Getting a debounced button's state.
- Getting how long a debounced button has been in that state.
- Getting if a debounced button was pressed.
- Getting if a debounced button was released.