...
Dependents: 2doejemplo Labo_TRSE_Drone
Fork of mbed by
Diff: mbed.h
- Revision:
- 27:7110ebee3484
- Parent:
- 26:63bcd7ba4912
- Child:
- 44:24d45a770a51
--- a/mbed.h Fri Feb 11 10:33:02 2011 +0000 +++ b/mbed.h Tue Nov 29 14:59:27 2011 +0000 @@ -1,12 +1,11 @@ /* mbed Microcontroller Library - * Copyright (c) 2006-2009 ARM Limited. All rights reserved. - * sford + * Copyright (c) 2006-2011 ARM Limited. All rights reserved. */ #ifndef MBED_H #define MBED_H -#define MBED_LIBRARY_VERSION 28 +#define MBED_LIBRARY_VERSION 29 // Useful C libraries #include <stdio.h> @@ -16,9 +15,12 @@ #include <time.h> // mbed Debug libraries + #include "error.h" +#include "mbed_interface.h" // mbed Peripheral components + #include "DigitalIn.h" #include "DigitalOut.h" #include "DigitalInOut.h" @@ -40,7 +42,6 @@ #include "I2CSlave.h" #include "Ethernet.h" #include "CAN.h" -//#include "SPI3.h" // mbed Internal components #include "Timer.h" @@ -48,8 +49,6 @@ #include "Timeout.h" #include "LocalFileSystem.h" #include "InterruptIn.h" -//#include "rpc.h" -//#include "rtc.h" #include "wait_api.h" #include "rtc_time.h"