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: USBSerial/USBSerial.cpp
- Revision:
- 64:c7639faed2eb
- Parent:
- 11:eeb3cbbaa996
--- a/USBSerial/USBSerial.cpp Wed Apr 02 21:00:41 2014 +0100
+++ b/USBSerial/USBSerial.cpp Mon Apr 28 12:15:41 2014 +0000
@@ -67,3 +67,7 @@
uint8_t USBSerial::available() {
return buf.available();
}
+
+bool USBSerial::connected() {
+ return terminal_connected;
+}