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 by
Revision 3:eeeae4f47576, committed 2015-09-14
- Comitter:
- twuster
- Date:
- Mon Sep 14 00:23:32 2015 +0000
- Parent:
- 2:cb3afc45028b
- Commit message:
- change default to pullup
Changed in this revision
| PinDetect.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/PinDetect.h Thu Jan 13 11:09:22 2011 +0000
+++ b/PinDetect.h Mon Sep 14 00:23:32 2015 +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
