From 5a6e8cf6e61ed184dbe023ef496353f7b85da6ff Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Thu, 28 Mar 2019 22:46:17 +0000 Subject: [PATCH] corrected BLUEPILL wiring --- utility/pin_shield_1.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utility/pin_shield_1.h b/utility/pin_shield_1.h index c1208d8..4dba07e 100644 --- a/utility/pin_shield_1.h +++ b/utility/pin_shield_1.h @@ -111,14 +111,14 @@ #define D8_PIN 0 #define D9_PORT GPIOA #define D9_PIN 1 - #define D10_PORT GPIOB //GPIOA - #define D10_PIN 12 //15 + #define D10_PORT GPIOA + #define D10_PIN 15 #define D11_PORT GPIOB - #define D11_PIN 15 //5 + #define D11_PIN 5 #define D12_PORT GPIOB - #define D12_PIN 14 //4 + #define D12_PIN 4 #define D13_PORT GPIOB - #define D13_PIN 13 //3 + #define D13_PIN 3 #define A0_PORT GPIOB #define A0_PIN 5 //original pcb uses SPI pin // #define A0_PIN 0 //hardware mod to Adapter to PB0. Allows use of PB5 for SD Card