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:a773d045cb0d, committed 2019-05-26
- Comitter:
- Dheeraj22
- Date:
- Sun May 26 17:20:23 2019 +0000
- Parent:
- 2:e83554ed7b87
- Commit message:
- Baud rate changed to 9600.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Sun May 26 17:18:27 2019 +0000 +++ b/main.cpp Sun May 26 17:20:23 2019 +0000 @@ -14,7 +14,7 @@ int main() { //Change Baud Rate - my_uart.baud(115200); + my_uart.baud(9600); my_uart.printf("%s\n\r", "UART Initialized"); char* msg = "OFF";