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

Fork of mbed by mbed official

Revision:
98:8ab26030e058
Parent:
85:024bf7f99721
--- 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