Mark Chen / NU480_UART_9BIT
Revision:
9:bd6af3d4c651
Parent:
8:716d4274f7b7
Child:
11:2679ddcf8c96
--- a/UART9BIT.h	Mon Aug 26 13:33:10 2019 +0800
+++ b/UART9BIT.h	Tue Aug 27 10:48:12 2019 +0800
@@ -36,6 +36,7 @@
 int read(uint16_t *buffer, int length, const event_callback_t &callback, int event = SERIAL_EVENT_RX_COMPLETE, unsigned char char_match = SERIAL_RESERVED_CHAR_MATCH);
 void SetRxDataLen(size_t len);
 uint16_t getu16(void);
+void putu16(uint16_t data);
 
 
 protected: