Debounce InterruptIn

Dependents:   led_sigfox Allumag_lampe_sigfox Case_study_02_Turnstile B18_MP3_PLAYER ... more

Revision:
8:4b3ff16d5f91
Parent:
7:2d73e219dadf
--- a/DebounceInterrupts.h	Tue Feb 18 07:00:07 2014 +0000
+++ b/DebounceInterrupts.h	Tue Feb 18 07:04:22 2014 +0000
@@ -36,6 +36,7 @@
 private:
     unsigned int _debounce_us;
     unsigned int _debounce_count;
+    unsigned int _last_debounce_count;
     
     void (*fCallback)(void);
     void _onInterrupt(void);