summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Land <mland@sparefoot.com>2018-05-16 15:07:12 -0400
committerMatt Land <mland@sparefoot.com>2018-05-16 15:07:12 -0400
commit10888be8e8a756f4c505c534d5a952c688fcebf3 (patch)
tree916e5760b1f69c5db7f4607edd45f25fe27e6ff1
parent8d1d821876b77a3f7213f3bf5468f38af2a4fc9f (diff)
fixed pins
-rw-r--r--ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h b/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
index 34b0a01fe..442b101a8 100644
--- a/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
+++ b/ports/atmel-samd/boards/circuitplayground_express/mpconfigboard.h
@@ -62,6 +62,6 @@
#define DEFAULT_I2C_BUS_SCL (&pin_PB03)
#define DEFAULT_I2C_BUS_SDA (&pin_PB02)
-#define DEFAULT_SPI_BUS_CLK (&pin_PA21)
-#define DEFAULT_SPI_BUS_MISO (&pin_PA16)
-#define DEFAULT_SPI_BUS_MOSI (&pin_PA20)
+#define DEFAULT_SPI_BUS_CLK (&pin_PA05)
+#define DEFAULT_SPI_BUS_MISO (&pin_PA06)
+#define DEFAULT_SPI_BUS_MOSI (&pin_PA07)