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:
- 12:f63353af7be8
- Parent:
- 11:1c1ebd0324fa
- Child:
- 14:20a79241b4a0
diff -r 1c1ebd0324fa -r f63353af7be8 mbed.h --- a/mbed.h Fri Aug 28 12:10:11 2009 +0000 +++ b/mbed.h Thu Sep 03 18:03:51 2009 +0000 @@ -6,7 +6,7 @@ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 12 +#define MBED_LIBRARY_VERSION 13 // Useful C libraries #include <stdio.h> @@ -19,6 +19,7 @@ // mbed Debug libraries //#include "Debug.h" //#include "stackheap.h" +#include "error.h" // mbed Peripheral components #include "DigitalIn.h" @@ -35,7 +36,6 @@ //#include "SPI3.h" #include "I2C.h" #include "Ethernet.h" -#include "CAN.h" // mbed Internal components #include "Timer.h"