From 7f051c7d926ec3c341237f344ab73be9d96963c6 Mon Sep 17 00:00:00 2001 From: prenticedavid Date: Fri, 24 Jan 2020 15:17:37 +0000 Subject: [PATCH] modified A0_pin for BLUEPILL on Keil --- utility/pin_shield_1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utility/pin_shield_1.h b/utility/pin_shield_1.h index fbe84ba..4f45b7f 100644 --- a/utility/pin_shield_1.h +++ b/utility/pin_shield_1.h @@ -120,8 +120,8 @@ #define D13_PORT GPIOB #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 +// #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