Chris Talbot
/
DIGL1024_MyFirstMbed
Touch Pad example with USB Serial function.
Revision 2:5709201019b5, committed 2015-03-01
- Comitter:
- TheFella
- Date:
- Sun Mar 01 21:13:00 2015 +0000
- Parent:
- 1:dd12cd8c2fab
- Commit message:
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r dd12cd8c2fab -r 5709201019b5 main.cpp --- a/main.cpp Fri Feb 20 03:55:27 2015 +0000 +++ b/main.cpp Sun Mar 01 21:13:00 2015 +0000 @@ -19,7 +19,7 @@ // Global Variables -Serial pc(USBTX, USBRX); // USE Serial Port +Serial pc(USBTX, USBRX); // USB Serial Port /*** MAIN *************************************************************/