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:
10:fcb9359f0959
Parent:
9:cf0d45ce28a6
Child:
11:1c1ebd0324fa
--- 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