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.
Diff: CommUART.h
- Revision:
- 9:b9ac1d914762
- Parent:
- 7:b1b4db3eedb4
- Child:
- 11:09317efe9bb5
--- a/CommUART.h Tue Sep 05 10:00:13 2017 +0000
+++ b/CommUART.h Tue Sep 05 10:27:28 2017 +0000
@@ -17,6 +17,7 @@
// DLab enable divide latch
LPC_UART3->LCR |= (1 << 7);
+ //Default Baud rate of 9600 in serial segment
// MSB of baud rate divisor
LPC_UART3->DLM = 0x2;
// MLB of baud rate divisor
