Ethan Chiou / Mbed 2 deprecated idd_fall15_hw2_echiou_uchord

Dependencies:   DebounceIn mbed

Files at this revision

API Documentation at this revision

Comitter:
echiou
Date:
Mon Sep 14 07:56:54 2015 +0000
Parent:
0:24ee2b6c1754
Commit message:
Formatting

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Sep 14 07:54:27 2015 +0000
+++ b/main.cpp	Mon Sep 14 07:56:54 2015 +0000
@@ -101,16 +101,9 @@
                     case(2212): letterToPrint = "y"; break; //-.--
                     case(1122): letterToPrint = "z"; break; //--..
                 }
-                
-//                ostringstream letterNum;
-//                letterNum << letter;
-//                pc.printf(letterNum.str().c_str());
-//                pc.printf("\n");
                   pc.printf(letterToPrint.c_str());
             }
             myled = buttonEnter;
-            
             oldButtonEnter = newButtonEnter;
         }
-
     }
\ No newline at end of file