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 |
History
Update mbed library.
2015-02-13, by screamer [Fri, 13 Feb 2015 09:40:18 +0000] rev 4
Update mbed library.
Add Apache2 license compatible header
2014-07-25, by screamer [Fri, 25 Jul 2014 12:26:55 +0000] rev 3
Add Apache2 license compatible header
Update mbed library to the latest revision
2014-07-25, by screamer [Fri, 25 Jul 2014 10:39:00 +0000] rev 2
Update mbed library to the latest revision
Remove LEDs utilization due to incompatibility with some boards (e.g. SPI pins are also LED pins)
2014-03-25, by screamer [Tue, 25 Mar 2014 17:39:19 +0000] rev 1
Remove LEDs utilization due to incompatibility with some boards (e.g. SPI pins are also LED pins)
Initial release
2014-03-17, by screamer [Mon, 17 Mar 2014 15:45:16 +0000] rev 0
Initial release