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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: SPI.h
- Revision:
- 4:5d1359a283bc
- Parent:
- 1:6b7f447ca868
- Child:
- 5:62573be585e9
diff -r aefd12a1f1c5 -r 5d1359a283bc SPI.h --- a/SPI.h Fri Nov 14 15:25:20 2008 +0000 +++ b/SPI.h Thu Nov 27 16:23:24 2008 +0000 @@ -30,7 +30,7 @@ * Pin Options: * (5, 6, 7) or (11, 12, 13) */ - SPI(int mosi, int miso, int sclk); + SPI(int mosi, int miso, int sclk, const char *name = NULL); /* Function: format * Set the transmission format
