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.
Dependencies: SDFileSystem mbed
Homepage
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 |