File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
variants/STM32G4xx/G431K(6-8-B)(T-U)_G441KB(T-U) Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ const uint32_t analogInputPin[] = {
49
49
18 , // A4
50
50
19 , // A5
51
51
20 , // A6
52
- 21 // A7
52
+ 21 , // A7
53
+ 3 // A8
53
54
};
54
55
55
56
// ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change 19
19
#define PA10 0
20
20
#define PA9 1
21
21
#define PA12 2
22
- #define PB0 3
22
+ #define PB0 PIN_A8
23
23
#define PB7 4
24
24
#define PA15 5
25
25
#define PB6 6
78
78
// This must be a literal
79
79
#define NUM_DIGITAL_PINS 25
80
80
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
81
- #define NUM_ANALOG_INPUTS 8
81
+ #define NUM_ANALOG_INPUTS 9
82
82
83
83
// On-board LED pin number
84
84
#ifndef LED_BUILTIN
You can’t perform that action at this time.
0 commit comments