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 |
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
4:0928d6e00f01 | 2015-02-13 | screamer | Update mbed library. |
3:5edc67dee8b7 | 2014-07-25 | screamer | Add Apache2 license compatible header |
2:f2f5e2324ad4 | 2014-07-25 | screamer | Update mbed library to the latest revision |
1:93d41c73ac7d | 2014-03-25 | screamer | Remove LEDs utilization due to incompatibility with some boards (e.g. SPI pins are also LED pins) |
0:525c842a3c89 | 2014-03-17 | screamer | Initial release |