Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed by
Diff: SPIHalfDuplex.h
- 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;