InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold.

Fork of PinDetect by Andy K

Files at this revision

API Documentation at this revision

Comitter:
jn80842
Date:
Mon Sep 22 06:07:11 2014 +0000
Parent:
2:cb3afc45028b
Commit message:
tweak to allow use by FRDM-KL25Z

Changed in this revision

PinDetect.h Show annotated file Show diff for this revision Revisions of this file
--- a/PinDetect.h	Thu Jan 13 11:09:22 2011 +0000
+++ b/PinDetect.h	Mon Sep 22 06:07:11 2014 +0000
@@ -178,7 +178,7 @@
      * @param p PinName is a valid pin that supports DigitalIn
      */    
     PinDetect(PinName p) {
-        init( p, PullDown );
+        init( p, PullUp );
     }
 
     /** PinDetect constructor