Types a key based on location in array on board.

Fork of PinDetect_KL25Z by Bjoern Hartmann

Files at this revision

API Documentation at this revision

Comitter:
kcparashar
Date:
Sun Sep 13 00:57:13 2015 +0000
Parent:
4:4f11ae3737c7
Commit message:
Done;

Changed in this revision

PinDetect.h Show annotated file Show diff for this revision Revisions of this file
diff -r 4f11ae3737c7 -r 330e56c45ad5 PinDetect.h
--- a/PinDetect.h	Tue Aug 05 03:30:12 2014 +0000
+++ b/PinDetect.h	Sun Sep 13 00:57:13 2015 +0000
@@ -179,7 +179,7 @@
      * @param p PinName is a valid pin that supports DigitalIn
      */    
     PinDetect(PinName p) {
-        init( p, PullDefault );
+        init( p, PullUp );
     }
 
     /** PinDetect constructor