We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad115d commit ee202cfCopy full SHA for ee202cf
variants/STM32F407VG_Disco/PinNames.h renamed to cores/arduino/stm32/PinNames.h
@@ -156,6 +156,20 @@ typedef enum {
156
#if defined GPIOH_BASE
157
PH0 = (PortH << 4) + 0x00,
158
PH1 = (PortH << 4) + 0x01,
159
+ PH2 = (PortH << 4) + 0x02,
160
+ PH3 = (PortH << 4) + 0x03,
161
+ PH4 = (PortH << 4) + 0x04,
162
+ PH5 = (PortH << 4) + 0x05,
163
+ PH6 = (PortH << 4) + 0x06,
164
+ PH7 = (PortH << 4) + 0x07,
165
+ PH8 = (PortH << 4) + 0x08,
166
+ PH9 = (PortH << 4) + 0x09,
167
+ PH10 = (PortH << 4) + 0x0A,
168
+ PH11 = (PortH << 4) + 0x0B,
169
+ PH12 = (PortH << 4) + 0x0C,
170
+ PH13 = (PortH << 4) + 0x0D,
171
+ PH14 = (PortH << 4) + 0x0E,
172
+ PH15 = (PortH << 4) + 0x0F,
173
#endif
174
175
// Not connected
variants/STM32F429ZI_Nucleo/PinNames.h
0 commit comments