copied directly

Fork of PinDetect by Andy K

Revision:
3:e84f6fb66b7b
Parent:
2:cb3afc45028b
--- a/PinDetect.h	Thu Jan 13 11:09:22 2011 +0000
+++ b/PinDetect.h	Wed Aug 24 10:30:13 2016 +0000
@@ -178,7 +178,7 @@
      * @param p PinName is a valid pin that supports DigitalIn
      */    
     PinDetect(PinName p) {
-        init( p, PullDown );
+        init( p, PullDefault );
     }
 
     /** PinDetect constructor