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:
48:49c296715c73
Parent:
44:24d45a770a51
Child:
54:71b101360fb9
--- a/FileSystemLike.h	Tue Nov 27 17:05:08 2012 +0000
+++ b/FileSystemLike.h	Wed Nov 28 16:48:25 2012 +0000
@@ -137,8 +137,6 @@
     
     const char* fileName(void);
     FileSystemLike* fileSystem(void);
-    
-    static FileSystemLike* getFileSystem(const char* path);
 
 private:
     const char* file_name;