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.
Fork of PC_communication by
Revision 1:8829fb0f8980, committed 2016-12-14
- Comitter:
- MEXT1
- Date:
- Wed Dec 14 15:10:40 2016 +0000
- Parent:
- 0:65bc4b807bb0
- Commit message:
- PC communication
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 65bc4b807bb0 -r 8829fb0f8980 main.cpp --- a/main.cpp Fri Dec 09 05:01:33 2016 +0000 +++ b/main.cpp Wed Dec 14 15:10:40 2016 +0000 @@ -1,5 +1,7 @@ #include"mbed.h" + Serial pc(USBTX,USBRX); + int main(){ pc.baud(9600); int i1=7;