IDD Fall 2015 / Mbed 2 deprecated idd_fall15_hw2_inezraharjo_braille

Dependencies:   USBDevice mbed

Files at this revision

API Documentation at this revision

Comitter:
inezraharjo
Date:
Sun Sep 13 07:23:57 2015 +0000
Parent:
2:ce1a6c9ed015
Child:
4:4803c429f2f0
Commit message:
braille text entry v3.1

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Sep 13 07:10:39 2015 +0000
+++ b/main.cpp	Sun Sep 13 07:23:57 2015 +0000
@@ -117,7 +117,7 @@
             if (one && two && !three && four && five && six){
                 keyboard.keyCode('\'');
             }
-            if (one && two && three && four && five && six){
+            if (one && !two && three && four && five && six){
                 keyboard.keyCode(',');
             }
             if (one && !two && three && !four && !five && six){