Types a key based on location in array on board.

Fork of PinDetect_KL25Z by Bjoern Hartmann

Revision:
5:330e56c45ad5
Parent:
4:4f11ae3737c7
--- 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