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
Fork of mbed by
Diff: mbed.h
- Revision:
- 4:5d1359a283bc
- Parent:
- 3:aefd12a1f1c5
- Child:
- 5:62573be585e9
diff -r aefd12a1f1c5 -r 5d1359a283bc mbed.h --- 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;