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:
169:a7c7b631e539
Parent:
168:b9e159c1930a
Child:
170:e95d10626187
--- a/mbed.h	Thu May 24 15:35:55 2018 +0100
+++ b/mbed.h	Fri Jun 22 15:38:59 2018 +0100
@@ -21,8 +21,8 @@
 #if MBED_CONF_RTOS_PRESENT
 // RTOS present, this is valid only for mbed OS 5
 #define MBED_MAJOR_VERSION 5
-#define MBED_MINOR_VERSION 8
-#define MBED_PATCH_VERSION 5
+#define MBED_MINOR_VERSION 9
+#define MBED_PATCH_VERSION 1
 
 #else
 // mbed 2
@@ -109,6 +109,7 @@
 #include "platform/DirHandle.h"
 #include "platform/CriticalSectionLock.h"
 #include "platform/DeepSleepLock.h"
+#include "platform/mbed_stats.h"
 
 // mbed Non-hardware components
 #include "platform/Callback.h"