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:
98:8ab26030e058
Parent:
85:024bf7f99721
Child:
122:f9eeca106725
--- a/Serial.h	Tue Apr 14 10:58:58 2015 +0200
+++ b/Serial.h	Wed Apr 29 10:16:23 2015 +0100
@@ -47,6 +47,11 @@
 class Serial : public SerialBase, public Stream {
 
 public:
+#if DEVICE_SERIAL_ASYNCH
+    using SerialBase::read;
+    using SerialBase::write;
+#endif
+
     /** Create a Serial port, connected to the specified transmit and receive pins
      *
      *  @param tx Transmit pin