mbed
Fork of mbed-dev by
Diff: drivers/UARTSerial.h
- Revision:
- 179:79309dc6340a
- Parent:
- 177:447f873cad2f
- Child:
- 181: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: