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:
27:7110ebee3484
Child:
43:aff670d0d510
--- a/SPIHalfDuplex.h	Fri Dec 09 12:10:12 2011 +0000
+++ b/SPIHalfDuplex.h	Wed Jan 04 16:29:47 2012 +0000
@@ -7,7 +7,7 @@
 
 #include "device.h"
 
-#if DEVICE_SPIHALFDUPLEX
+#if DEVICE_SPI
 
 #include "SPI.h"
 
@@ -104,7 +104,6 @@
     void slave_format(int sbits);
 
 protected:
-
     PinName _mosi;
     PinName _miso;
     int     _sbits;