Improvement to the DebounceInt library providing an easier to use interface much more alike the usual InterrupIn interface

Fork of DebounceInt by napoleon leoni

History

Added class method support default tip

2014-02-25, by nleoni [Tue, 25 Feb 2014 07:53:23 +0000] rev 3

Added class method support


Compiles. Fixed types for function pointers

2014-02-25, by nleoni [Tue, 25 Feb 2014 06:37:35 +0000] rev 2

Compiles. Fixed types for function pointers


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)

2014-02-25, by nleoni [Tue, 25 Feb 2014 05:07:21 +0000] rev 1

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)


1st commit

2014-02-18, by nleoni [Tue, 18 Feb 2014 16:52:49 +0000] rev 0

1st commit