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:
123:b0220dba8be7
Parent:
122:f9eeca106725
Child:
124:2241e3a39974
--- a/mbed.h	Thu Jul 07 14:34:11 2016 +0100
+++ b/mbed.h	Fri Aug 12 13:04:35 2016 +0200
@@ -16,7 +16,15 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 122
+#define MBED_LIBRARY_VERSION 123
+
+#if MBED_CONF_RTOS_PRESENT
+#include "rtos/rtos.h"
+#endif
+
+#if MBED_CONF_NSAPI_PRESENT
+#include "network-socket/nsapi.h"
+#endif
 
 #include "toolchain.h"
 #include "platform.h"