machine/microbit: add default pin mappings for SPI bus

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-12-21 16:22:36 +01:00
committed by Ayke van Laethem
parent 47b667a4b8
commit 5ff5873fe6
+3 -3
View File
@@ -38,9 +38,9 @@ const (
// SPI pins
const (
SPI0_SCK_PIN = 0
SPI0_MOSI_PIN = 0
SPI0_MISO_PIN = 0
SPI0_SCK_PIN = 23 // P13 on the board
SPI0_MOSI_PIN = 21 // P15 on the board
SPI0_MISO_PIN = 22 // P14 on the board
)
// LED matrix pins