Skip to content

Commit ee202cf

Browse files
committed
Mv PinNames.h as it could be generic
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 8ad115d commit ee202cf

File tree

2 files changed

+14
-169
lines changed

2 files changed

+14
-169
lines changed

variants/STM32F407VG_Disco/PinNames.h renamed to cores/arduino/stm32/PinNames.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,20 @@ typedef enum {
156156
#if defined GPIOH_BASE
157157
PH0 = (PortH << 4) + 0x00,
158158
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,
159173
#endif
160174

161175
// Not connected

variants/STM32F429ZI_Nucleo/PinNames.h

Lines changed: 0 additions & 169 deletions
This file was deleted.

0 commit comments

Comments
 (0)