The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Revision:
14:4a4ee2766632
Parent:
13:6704d585922d
Child:
17:3dbf734d2731
--- a/MorseCharacter.cpp	Sun Aug 24 02:46:12 2014 +0000
+++ b/MorseCharacter.cpp	Sun Aug 24 18:28:32 2014 +0000
@@ -13,6 +13,7 @@
 
 /**
  * Get Morse Part
+ * 
  * Returns the nth dit/dah in the morse sequence.
  */
 char MorseCharacter::getPart(int partNumber) const {