Example program for SD card shield on SPI pins D10-D13

Dependencies:   SDFileSystem mbed

You are viewing an older revision! See the latest version

Homepage

The program uses the standard Arduino shields SPI pins:

D13 - sck D12 - miso D11 - mosi D10 - sel

Note that the shield doesn't use the standard SPI pins by default, but relies on non-standard SPI pinout connector 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). D10 should be bridged with D4.


All wikipages