Fork of the official mbed C/C++ SDK provides the software platform and libraries to build your applications. The fork has the documentation converted to Doxygen format

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Revision:
4:5d1359a283bc
Parent:
3:aefd12a1f1c5
Child:
5:62573be585e9
--- a/mbed.h	Fri Nov 14 15:25:20 2008 +0000
+++ b/mbed.h	Thu Nov 27 16:23:24 2008 +0000
@@ -6,10 +6,10 @@
 #define MBED_H
  
 // Useful C libraries
-#include "stdio.h"
-#include "stdlib.h"
-#include "string.h"
-#include "math.h"
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <math.h>
 
 #include "helper.h"
 
@@ -34,6 +34,7 @@
 #include "wait.h"
 #include "Ticker.h"
 #include "Timeout.h"
+#include "LocalFileSystem.h"
 
 using namespace mbed;