Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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