Improvement to the DebounceInt library providing an easier to use interface much more alike the usual InterrupIn interface
Fork of DebounceInt by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:3b5c7faadd5c | 2014-02-25 | nleoni | Added class method support |
2:bd5a3171ebc4 | 2014-02-25 | nleoni | Compiles. Fixed types for function pointers |
1:3e9de727a215 | 2014-02-25 | nleoni | Debounced Interrupt class. Implements a debounced interrupt library that enhances the mbed InterruptIn library allowing the user to mask/unmask interrupts. The debounce feature may be disabled (TB implemented) |
0:afa153f7249f | 2014-02-18 | nleoni | 1st commit |