diff options
| author | Stewart <tscolborne@outlook.com> | 2017-11-27 00:08:27 -0500 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-11-26 21:08:27 -0800 |
| commit | a41272dcd372d5603f8f4a49e7b608775ac1251c (patch) | |
| tree | 66cfa20eae73b8f4946aac97f1afb7baea470779 /README.md | |
| parent | 26862f8a52b321f28d7e4940969685323d6d7854 (diff) | |
atmel-samd: Added missing adalogger pins (#461)
- Added D4 and moved associated SD_CS so that they are paired within list
- Added D7 and SD_CD which is the SD Card Detect pin
- Added D8 and GREEN_LED
- Added RED_LED associated with D13
- Added Setup information regarding arm complier packages
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ This project is in beta. Most APIs should be stable going forward. * [Adafruit Feather HUZZAH][] * [Adafruit Feather M0 Basic][] * [Adafruit Feather M0 Bluefruit LE][] (uses M0 Basic binaries) -* [Adafruit Feather M0 Adalogger][] (MicroSD card not supported yet.) +* [Adafruit Feather M0 Adalogger][] (MicroSD card supported using the [Adafruit CircuitPython SD library](https://github.com/adafruit/Adafruit_CircuitPython_SD)) * [Arduino Zero][] ## Download |
