...

Dependents:   2doejemplo Labo_TRSE_Drone

Fork of mbed by mbed official

Revision:
17:49a220cc26e0
Parent:
14:20a79241b4a0
Child:
18:b3c9f16cbb96
--- a/mbed.h	Tue Nov 17 17:04:03 2009 +0000
+++ b/mbed.h	Tue Dec 01 14:24:15 2009 +0000
@@ -1,12 +1,11 @@
 /* mbed Microcontroller Library
  * Copyright (c) 2006-2009 ARM Limited. All rights reserved.
- * sford
  */ 
  
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 13
+#define MBED_LIBRARY_VERSION 19
  
 // Useful C libraries
 #include <stdio.h>
@@ -33,7 +32,6 @@
 #include "I2C.h"
 #include "Ethernet.h"
 #include "CAN.h"
-//#include "SPI3.h"
 
 // mbed Internal components
 #include "Timer.h"
@@ -41,8 +39,6 @@
 #include "Timeout.h"
 #include "LocalFileSystem.h"
 #include "InterruptIn.h"
-//#include "rpc.h"
-//#include "rtc.h"
 #include "wait_api.h"
 #include "rtc_time.h"