InterruptIn style DigitalIn debounced with callbacks for pin state change and pin state hold.
Fork of PinDetect by
Revision 3:8e3abbd21291, committed 2016-07-28
- Comitter:
- arturojat
- Date:
- Thu Jul 28 15:28:17 2016 +0000
- Parent:
- 2:cb3afc45028b
- Commit message:
- Cubiscan Emulator
Changed in this revision
PinDetect.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r cb3afc45028b -r 8e3abbd21291 PinDetect.h --- a/PinDetect.h Thu Jan 13 11:09:22 2011 +0000 +++ b/PinDetect.h Thu Jul 28 15:28:17 2016 +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