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: SPI.h
- Revision:
- 71:8fabd470bb6e
- Parent:
- 65:5798e58a58b1
- Child:
- 85:024bf7f99721
--- a/SPI.h Mon Nov 18 22:09:31 2013 +0200 +++ b/SPI.h Tue Dec 03 13:02:41 2013 +0200 @@ -59,7 +59,7 @@ * @param miso SPI Master In, Slave Out pin * @param sclk SPI Clock pin */ - SPI(PinName mosi, PinName miso, PinName sclk); + SPI(PinName mosi, PinName miso, PinName sclk, PinName _unused=NC); /** Configure the data transmission format *