From 8b2f93ad6c93294ceb0001015da866202a241a75 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Sat, 28 Apr 2018 10:39:50 +0100 Subject: [PATCH] optional hardware mod to BluePill Adapter --- utility/pin_shield_1.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utility/pin_shield_1.h b/utility/pin_shield_1.h index 4f5213a..22f61d9 100644 --- a/utility/pin_shield_1.h +++ b/utility/pin_shield_1.h @@ -105,7 +105,8 @@ #define D13_PORT GPIOB #define D13_PIN 13 //3 #define A0_PORT GPIOB - #define A0_PIN 5 + #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 #define A1_PORT GPIOB #define A1_PIN 6 #define A2_PORT GPIOB