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:
14:20a79241b4a0
Parent:
12:f63353af7be8
Child:
17:49a220cc26e0
--- a/mbed.h	Wed Sep 23 12:55:43 2009 +0000
+++ b/mbed.h	Wed Oct 28 17:43:46 2009 +0000
@@ -13,12 +13,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
-
-//#include "helper.h"
+#include <time.h>
 
 // mbed Debug libraries
-//#include "Debug.h"
-//#include "stackheap.h"
 #include "error.h"
 
 // mbed Peripheral components
@@ -33,9 +30,10 @@
 #include "PwmOut.h"
 #include "Serial.h"
 #include "SPI.h"
-//#include "SPI3.h"
 #include "I2C.h"
 #include "Ethernet.h"
+#include "CAN.h"
+//#include "SPI3.h"
 
 // mbed Internal components
 #include "Timer.h"
@@ -46,6 +44,7 @@
 //#include "rpc.h"
 //#include "rtc.h"
 #include "wait_api.h"
+#include "rtc_time.h"
 
 using namespace mbed; 
 using namespace std;