Mark Chen / NU480_UART_9BIT
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;
+
+}
+
+
+
+