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:
122:f9eeca106725
Parent:
121:6c34061e7c34
Child:
123:b0220dba8be7
--- a/mbed.h	Wed May 25 16:44:06 2016 +0100
+++ b/mbed.h	Thu Jul 07 14:34:11 2016 +0100
@@ -16,8 +16,9 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 121
+#define MBED_LIBRARY_VERSION 122
 
+#include "toolchain.h"
 #include "platform.h"
 
 // Useful C libraries
@@ -27,6 +28,7 @@
 // mbed Debug libraries
 #include "mbed_error.h"
 #include "mbed_interface.h"
+#include "mbed_assert.h"
 
 // mbed Peripheral components
 #include "DigitalIn.h"
@@ -63,6 +65,10 @@
 #include "sleep_api.h"
 #include "rtc_time.h"
 
+// mbed Non-hardware components
+#include "Callback.h"
+#include "FunctionPointer.h"
+
 using namespace mbed;
 using namespace std;