mbed(SerialHalfDuplex入り)
Fork of mbed by
Diff: SPIHalfDuplex.h
- Revision:
- 30:3991a86798e3
- Parent:
- 27:7110ebee3484
- Child:
- 43:e2ed12d17f06
--- 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;