Types a key based on location in array on board.
Fork of PinDetect_KL25Z by
Revision 5:330e56c45ad5, committed 2015-09-13
- 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 |
--- 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
