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:
8:00a04e5cd407
Parent:
7:15d74db76485
Child:
11:1c1ebd0324fa
--- a/Base.h	Fri Jan 23 16:26:21 2009 +0000
+++ b/Base.h	Tue Feb 03 18:02:02 2009 +0000
@@ -7,6 +7,7 @@
 #define MBED_BASE_H
 
 #include <cstdlib>
+#include "DirHandle.h"
 
 namespace mbed {
 
@@ -103,6 +104,9 @@
      */
     static Base *lookup(const char *name, unsigned int len);
 
+    static DirHandle *opendir();
+    friend class BaseDirHandle;
+
 protected: 
 
     static Base *_head;