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:
30:3991a86798e3
Parent:
28:667d61c9177b
--- a/device.h	Fri Dec 09 12:10:12 2011 +0000
+++ b/device.h	Wed Jan 04 16:29:47 2012 +0000
@@ -14,13 +14,11 @@
 #define DEVICE_ANALOGOUT 1
 
 #define DEVICE_SERIAL 1
-#define DEVICE_SERIALHALFDUPLEX 1
 
 #define DEVICE_I2C 1
 #define DEVICE_I2CSLAVE 1
 
 #define DEVICE_SPI 1
-#define DEVICE_SPIHALFDUPLEX 1
 #define DEVICE_SPISLAVE 1
 
 #define DEVICE_CAN 1
@@ -43,14 +41,12 @@
 #define DEVICE_ANALOGOUT 0
 
 #define DEVICE_SERIAL 1
-#define DEVICE_SERIALHALFDUPLEX 0
 
 #define DEVICE_I2C 1
-#define DEVICE_I2CSLAVE 0
+#define DEVICE_I2CSLAVE 1
 
 #define DEVICE_SPI 1
-#define DEVICE_SPIHALFDUPLEX 0
-#define DEVICE_SPISLAVE 0
+#define DEVICE_SPISLAVE 1
 
 #define DEVICE_CAN 0