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.h
- 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: