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.
Dependents: STM32F103C8T6_USBSerial_Demo lightweight-weather-station
Fork of USBDevice by
Diff: USBSerial/USBSerial.h
- Revision:
- 64:c7639faed2eb
- Parent:
- 19:fcb63a105965
--- a/USBSerial/USBSerial.h Wed Apr 02 21:00:41 2014 +0100
+++ b/USBSerial/USBSerial.h Mon Apr 28 12:15:41 2014 +0000
@@ -83,6 +83,13 @@
*/
uint8_t available();
+ /**
+ * Check if the terminal is connected.
+ *
+ * @returns connection status
+ */
+ bool connected();
+
/** Determine if there is a character available to read
*
* @returns
