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: UART9BIT.CPP
- Revision:
- 1:9d4632d0b16f
- Parent:
- 0:f0f0961f1727
- Child:
- 5:b97a733f6ed8
--- a/UART9BIT.CPP Fri Aug 16 08:03:49 2019 +0000
+++ b/UART9BIT.CPP Mon Aug 19 17:38:40 2019 +0800
@@ -14,4 +14,15 @@
* limitations under the License.
*/
-
\ No newline at end of file
+ #include "UART9BIT.h"
+
+
+UART9BIT::UART9BIT(PinName tx, PinName rx, int baud,bool en9bit) :SerialBase( tx, rx, baud)
+{
+ Enable9Bit=en9bit;
+
+}
+
+
+
+