...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
5:62573be585e9
Parent:
4:5d1359a283bc
Child:
8:00a04e5cd407
--- a/mbed.h	Thu Nov 27 16:23:24 2008 +0000
+++ b/mbed.h	Thu Jan 22 18:32:40 2009 +0000
@@ -4,6 +4,8 @@
 
 #ifndef MBED_H
 #define MBED_H
+
+#define MBED_LIBRARY_VERSION 6
  
 // Useful C libraries
 #include <stdio.h>
@@ -27,6 +29,7 @@
 #include "PwmOut.h"
 #include "Serial.h"
 #include "SPI.h"
+#include "SPI3.h"
 #include "I2C.h"
 
 // mbed Internal components
@@ -35,6 +38,8 @@
 #include "Ticker.h"
 #include "Timeout.h"
 #include "LocalFileSystem.h"
+#include "rpc.h"
+#include "rtc.h"
 
 using namespace mbed;