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:
64:e3affc9e7238
Parent:
59:0883845fe643
Child:
66:9c8f0e3462fb
--- a/serial_api.h	Wed May 08 14:50:20 2013 +0100
+++ b/serial_api.h	Mon Aug 05 12:28:09 2013 +0300
@@ -55,6 +55,9 @@
 int  serial_writable   (serial_t *obj);
 void serial_clear      (serial_t *obj);
 
+void serial_break_set  (serial_t *obj);
+void serial_break_clear(serial_t *obj);
+
 void serial_pinout_tx(PinName tx);
 
 #ifdef __cplusplus