Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
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"


