We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e283b8c commit 4e90a1aCopy full SHA for 4e90a1a
variants/STM32G4xx/G431K(6-8-B)(T-U)_G441KB(T-U)/variant_NUCLEO_G431KB.cpp
@@ -49,7 +49,8 @@ const uint32_t analogInputPin[] = {
49
18, // A4
50
19, // A5
51
20, // A6
52
- 21 // A7
+ 21, // A7
53
+ 3 // A8
54
};
55
56
// ----------------------------------------------------------------------------
variants/STM32G4xx/G431K(6-8-B)(T-U)_G441KB(T-U)/variant_NUCLEO_G431KB.h
@@ -19,7 +19,7 @@
19
#define PA10 0
20
#define PA9 1
21
#define PA12 2
22
-#define PB0 3
+#define PB0 PIN_A8
23
#define PB7 4
24
#define PA15 5
25
#define PB6 6
@@ -78,7 +78,7 @@
78
// This must be a literal
79
#define NUM_DIGITAL_PINS 25
80
// This must be a literal with a value less than or equal to to MAX_ANALOG_INPUTS
81
-#define NUM_ANALOG_INPUTS 8
+#define NUM_ANALOG_INPUTS 9
82
83
// On-board LED pin number
84
#ifndef LED_BUILTIN
0 commit comments