mirror of https://github.com/ARMmbed/mbed-os.git
ARCH_PRO: add SPI pin definitions
parent
df9ac85cbb
commit
a1311f813c
|
@ -109,6 +109,12 @@ typedef enum {
|
|||
I2C_SCL = D15,
|
||||
I2C_SDA = D14,
|
||||
|
||||
//SPI Pins configuration
|
||||
SPI_MOSI = P0_9,
|
||||
SPI_MISO = P0_8,
|
||||
SPI_SCK = P0_7,
|
||||
SPI_CS = P0_6,
|
||||
|
||||
// Not connected
|
||||
NC = (int)0xFFFFFFFF
|
||||
} PinName;
|
||||
|
|
Loading…
Reference in New Issue