modified A0_pin for BLUEPILL on Keil

This commit is contained in:
prenticedavid
2020-01-24 15:17:37 +00:00
parent 4592a4884e
commit 7f051c7d92

View File

@@ -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