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:
20:029aa53d7323
Parent:
18:b3c9f16cbb96
Child:
21:3944f1e2fa4f
--- a/mbed.h	Tue May 18 16:04:21 2010 +0000
+++ b/mbed.h	Thu Jun 03 11:17:50 2010 +0000
@@ -6,7 +6,7 @@
 #ifndef MBED_H
 #define MBED_H
 
-#define MBED_LIBRARY_VERSION 21
+#define MBED_LIBRARY_VERSION 22
  
 // Useful C libraries
 #include <stdio.h>
@@ -32,7 +32,10 @@
 #include "AnalogOut.h"
 #include "PwmOut.h"
 #include "Serial.h"
+#include "SerialHalfDuplex.h"
 #include "SPI.h"
+#include "SPISlave.h"
+#include "SPIHalfDuplex.h"
 #include "I2C.h"
 #include "Ethernet.h"
 #include "CAN.h"