The program converts input morse code to letters and prints them
Fork of PinDetect by
Diff: PinDetect.h
- Revision:
- 3:999029779c66
- Parent:
- 2:cb3afc45028b
diff -r cb3afc45028b -r 999029779c66 PinDetect.h --- a/PinDetect.h Thu Jan 13 11:09:22 2011 +0000 +++ b/PinDetect.h Mon Sep 14 16:15:00 2015 +0000 @@ -178,7 +178,7 @@ * @param p PinName is a valid pin that supports DigitalIn */ PinDetect(PinName p) { - init( p, PullDown ); + init( p, PullUp ); } /** PinDetect constructor