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:
152:235179ab3f27
Parent:
151:675da3299148
Child:
153:b484a57bc302
--- a/mbed.h	Fri Sep 15 14:46:57 2017 +0100
+++ b/mbed.h	Mon Oct 02 15:20:36 2017 +0100
@@ -16,13 +16,13 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 151
+#define MBED_LIBRARY_VERSION 152
 
 #if MBED_CONF_RTOS_PRESENT
 // RTOS present, this is valid only for mbed OS 5
 #define MBED_MAJOR_VERSION 5
-#define MBED_MINOR_VERSION 5
-#define MBED_PATCH_VERSION 7
+#define MBED_MINOR_VERSION 6
+#define MBED_PATCH_VERSION 1
 
 #else
 // mbed 2
@@ -107,6 +107,8 @@
 #include "platform/FileSystemHandle.h"
 #include "platform/FileHandle.h"
 #include "platform/DirHandle.h"
+#include "platform/CriticalSectionLock.h"
+#include "platform/DeepSleepLock.h"
 
 // mbed Non-hardware components
 #include "platform/Callback.h"