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.
Fork of mbed-dev by
Diff: drivers/UARTSerial.h
- Revision:
- 178:79309dc6340a
- Parent:
- 176:447f873cad2f
- Child:
- 180:96ed750bd169
--- a/drivers/UARTSerial.h Wed Nov 08 13:50:44 2017 +0000 +++ b/drivers/UARTSerial.h Thu Nov 23 11:57:25 2017 +0000 @@ -39,6 +39,13 @@ namespace mbed { +/** \addtogroup drivers */ + +/** Class providing buffered UART communication functionality using separate circular buffer for send and receive channels + * + * @ingroup drivers + */ + class UARTSerial : private SerialBase, public FileHandle, private NonCopyable<UARTSerial> { public: