Example program for SD card shield on SPI pins D10-D13
Dependencies: SDFileSystem mbed
The program uses the standard Arduino shields SPI pins:
Signal | Pin |
SCK | D13 |
MISO | D12 |
MOSI | D11 |
CS | D10 |
Note that this shield doesn't use the standard SPI pins, but relies on non-standard 6-pin SPI header located at the shield bottom. To make it work you will have to bridge those pins as shown on the image (the green SPI pins).
Signal | Pin 1 | Pin 2 |
MOSI | D11 | SPI4 |
MISO | D12 | SPI1 |
SCK | D13 | SPI3 |
CS | D10 | D4 |
Revision 4:0928d6e00f01, committed 2015-02-13
- Comitter:
- screamer
- Date:
- Fri Feb 13 09:40:18 2015 +0000
- Parent:
- 3:5edc67dee8b7
- Commit message:
- Update mbed library.
Changed in this revision
mbed.bld | Show annotated file Show diff for this revision Revisions of this file |
diff -r 5edc67dee8b7 -r 0928d6e00f01 mbed.bld --- a/mbed.bld Fri Jul 25 12:26:55 2014 +0000 +++ b/mbed.bld Fri Feb 13 09:40:18 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/e188a91d3eaa \ No newline at end of file