diff options
| author | Scott Shawcroft <scott@adafruit.com> | 2021-01-19 18:41:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 18:41:50 -0800 |
| commit | f1e4960d14f00504e447e011905d34849beee147 (patch) | |
| tree | 94fb209199052595a7e9ebc04db7211f835468ce | |
| parent | 54e2f85c9b2910a902da6f40bf2046f9f12c0741 (diff) | |
| parent | dea2bcd8f03ef5250e96e99a22d6a00da29f7296 (diff) | |
Merge pull request #4019 from mrangen/QSPI-comment-fix
Fixed comment in mpconfigboard.h
| -rw-r--r-- | ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.h b/ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.h index 98920b54f..792696763 100644 --- a/ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.h +++ b/ports/atmel-samd/boards/itsybitsy_m4_express/mpconfigboard.h @@ -12,7 +12,7 @@ // These are pins not to reset. // QSPI Data pins #define MICROPY_PORT_A (PORT_PA08 | PORT_PA09 | PORT_PA10 | PORT_PA11) -// DotStar pins, QSPI CS, and QSPI SCK +// DotStar SCK, DotStar MOSI, QSPI SCK, and QSPI CS #define MICROPY_PORT_B (PORT_PB02 | PORT_PB03 | PORT_PB10 | PORT_PB11) #define MICROPY_PORT_C (0) #define MICROPY_PORT_D (0) |
