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 1:f1e13a1aab6f, committed 2021-07-14
- Comitter:
- futuremax
- Date:
- Wed Jul 14 23:51:38 2021 +0000
- Parent:
- 0:85f12fbe14dd
- Commit message:
- First version
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jul 14 19:19:01 2021 +0000 +++ b/main.cpp Wed Jul 14 23:51:38 2021 +0000 @@ -1,6 +1,6 @@ #include "mbed.h" // Programed by Seungchan Lee, futuremax7@gmail.com -// 2021.07.15 +// 2021.07.15. //Serial pc(USBTX, USBRX); static UARTSerial pc(USBTX, USBRX, 115200);