The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
153:b484a57bc302
Parent:
148:fd96258d940d
Child:
154:fb8e0ae1cceb
--- a/drivers/UARTSerial.h	Mon Oct 02 15:20:36 2017 +0100
+++ b/drivers/UARTSerial.h	Wed Oct 11 12:36:33 2017 +0100
@@ -56,6 +56,12 @@
      */
     virtual short poll(short events) const;
 
+    /* Resolve ambiguities versus our private SerialBase
+     * (for writable, spelling differs, but just in case)
+     */
+    using FileHandle::readable;
+    using FileHandle::writable;
+
     /** Write the contents of a buffer to a file
      *
      *  @param buffer   The buffer to write from