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:
- 10:fcb9359f0959
- Parent:
- 9:cf0d45ce28a6
- Child:
- 11:1c1ebd0324fa
diff -r cf0d45ce28a6 -r fcb9359f0959 mbed.h --- a/mbed.h Wed Apr 15 14:15:04 2009 +0000 +++ b/mbed.h Thu May 14 14:44:00 2009 +0000 @@ -5,7 +5,7 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 10 +#define MBED_LIBRARY_VERSION 11 // Useful C libraries #include <stdio.h> @@ -42,6 +42,7 @@ #include "rtc.h" using namespace mbed; +using namespace std; #endif