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:
154:fb8e0ae1cceb
Parent:
153:b484a57bc302
--- a/drivers/UARTSerial.h	Wed Oct 11 12:36:33 2017 +0100
+++ b/drivers/UARTSerial.h	Wed Oct 25 14:40:21 2017 +0100
@@ -166,6 +166,8 @@
 
 private:
 
+    void wait_ms(uint32_t millisec);
+
     /** SerialBase lock override */
     virtual void lock(void);