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:
- 14:20a79241b4a0
- Parent:
- 12:f63353af7be8
- Child:
- 17:49a220cc26e0
diff -r a0336ede94ce -r 20a79241b4a0 mbed.h --- 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;