Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:e61ba28a98aa, committed 2015-09-13
- 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){