We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9afe0bb commit 2644fbaCopy full SHA for 2644fba
variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/variant_DAISY_SEED.cpp
@@ -57,7 +57,8 @@ const PinName digitalPin[] = {
57
// NC, 3v3D Out
58
// NC, VIN
59
// NC, DGND
60
- PC_7 // LED_BUILTIN
+ PC_7, // LED_BUILTIN
61
+ PD_3 // Version 1.1
62
};
63
64
const uint32_t analogInputPin[] = {
variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/variant_DAISY_SEED.h
@@ -47,6 +47,7 @@
47
#define PB14 29
48
#define PB15 30
49
#define PC7 31 // LED_BUILTIN
50
+#define PD3 32
51
52
// Alternate pins number
53
#define PA0_ALT1 (PA0 | ALT1)
@@ -92,7 +93,7 @@
92
93
#define PC10_ALT1 (PC10 | ALT1)
94
#define PC11_ALT1 (PC11 | ALT1)
95
-#define NUM_DIGITAL_PINS 32
96
+#define NUM_DIGITAL_PINS 33
97
#define NUM_ANALOG_INPUTS 12
98
99
// On-board LED pin number
0 commit comments