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.
Dependencies: mbed
Diff: main.cpp
- Revision:
- 6:4ade0e1a3723
- Parent:
- 5:34c72bf980fa
- Child:
- 7:6b27977d1800
--- a/main.cpp Fri Mar 31 23:31:00 2017 +0000
+++ b/main.cpp Fri Mar 31 23:32:30 2017 +0000
@@ -156,9 +156,9 @@
//y coordinate
pc.printf(" %d\t", y);
- //if(x < 800 ){
-// keyOut.putc(0x41);
-// }
+ if(x < 800 ){
+ keyOut.putc(0x41);
+ }
}
//new line and delay
@@ -196,7 +196,7 @@
printCamData(onex, oney);
//testing infinite print
- keyOut.putc(0x41);
+ //keyOut.putc(0x41);
}

