From dae84afded39fd40b076d7be9363c5fd9ca7e515 Mon Sep 17 00:00:00 2001 From: "Matthias L. Jugel" Date: Mon, 14 Nov 2016 10:12:35 +0100 Subject: [PATCH] add SPI pins --- pxtarget.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pxtarget.json b/pxtarget.json index 8addabe5..e94b6efc 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -121,9 +121,9 @@ "MOTOR2": "M_OUT2" }, "spiPins": { - "MOSI": "P15", - "MISO": "P14", - "SCK": "P13" + "MOSI": "C_P15", + "MISO": "C_P14", + "SCK": "C_P13" }, "i2cPins": { "SDA": "C_P20",