Skip to content

Commit 953acef

Browse files
author
Cruz Monrreal
authored
Merge pull request #9482 from maciejbocianski/arch_pro_spi_pins
ARCH_PRO: add missing SPI pin definitions
2 parents f5730a9 + a1311f8 commit 953acef

File tree

1 file changed

+6
-0
lines changed
  • targets/TARGET_NXP/TARGET_LPC176X/TARGET_ARCH_PRO

1 file changed

+6
-0
lines changed

targets/TARGET_NXP/TARGET_LPC176X/TARGET_ARCH_PRO/PinNames.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,12 @@ typedef enum {
109109
I2C_SCL = D15,
110110
I2C_SDA = D14,
111111

112+
//SPI Pins configuration
113+
SPI_MOSI = P0_9,
114+
SPI_MISO = P0_8,
115+
SPI_SCK = P0_7,
116+
SPI_CS = P0_6,
117+
112118
// Not connected
113119
NC = (int)0xFFFFFFFF
114120
} PinName;

0 commit comments

Comments
 (0)