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

Dependents:   NervousPuppySprintOne NervousPuppySprint2602 Robot WarehouseBot1 ... more

Fork of mbed by mbed official

Revision:
11:1c1ebd0324fa
Parent:
10:fcb9359f0959
Child:
12:f63353af7be8
--- a/mbed.h	Thu May 14 14:44:00 2009 +0000
+++ b/mbed.h	Fri Aug 28 12:10:11 2009 +0000
@@ -1,11 +1,12 @@
 /* mbed Microcontroller Library
- * Copyright (c) 2007-2008, sford
- */
-
+ * Copyright (c) 2006-2009 ARM Limited. All rights reserved.
+ * sford
+ */ 
+ 
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 11
+#define MBED_LIBRARY_VERSION 12
  
 // Useful C libraries
 #include <stdio.h>
@@ -13,33 +14,38 @@
 #include <string.h>
 #include <math.h>
 
-#include "helper.h"
+//#include "helper.h"
 
 // mbed Debug libraries
-#include "Debug.h"
-#include "stackheap.h"
+//#include "Debug.h"
+//#include "stackheap.h"
 
 // mbed Peripheral components
 #include "DigitalIn.h"
 #include "DigitalOut.h"
+#include "DigitalInOut.h"
 #include "BusIn.h"
 #include "BusOut.h"
+#include "BusInOut.h"
 #include "AnalogIn.h"
 #include "AnalogOut.h"
 #include "PwmOut.h"
 #include "Serial.h"
 #include "SPI.h"
-#include "SPI3.h"
+//#include "SPI3.h"
 #include "I2C.h"
+#include "Ethernet.h"
+#include "CAN.h"
 
 // mbed Internal components
 #include "Timer.h"
-#include "wait.h"
 #include "Ticker.h"
 #include "Timeout.h"
 #include "LocalFileSystem.h"
-#include "rpc.h"
-#include "rtc.h"
+#include "InterruptIn.h"
+//#include "rpc.h"
+//#include "rtc.h"
+#include "wait_api.h"
 
 using namespace mbed; 
 using namespace std;