Practice your morse code.

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
john78727
Date:
Thu Jun 27 19:54:40 2013 +0000
Parent:
3:d8cd25cb0ef1
Child:
5:ea8cde7c817f
Commit message:
Setup for Test Mode :-) i.e. #define test

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Jun 27 19:16:31 2013 +0000
+++ b/main.cpp	Thu Jun 27 19:54:40 2013 +0000
@@ -2,7 +2,7 @@
 #include "main.h"
 #include "Morse_Code.h"
 
-//#define test
+#define test
 
 DigitalOut  blue    ( LED_BLUE  );
 DigitalOut  red     ( LED_RED   );