mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10859 from malavikasajikumar/master
Removing I2C and SPI pin names in SDP-K1 PinNames.h file.pull/10928/head
commit
9e0dc3e198
|
@ -318,13 +318,6 @@ typedef enum {
|
||||||
USBTX = STDIO_UART_TX,
|
USBTX = STDIO_UART_TX,
|
||||||
USBRX = STDIO_UART_RX,
|
USBRX = STDIO_UART_RX,
|
||||||
|
|
||||||
// SPI and I2C pins on Arduino connector
|
|
||||||
SPI_CS = D10,
|
|
||||||
SPI_MOSI = D11,
|
|
||||||
SPI_MISO = D12,
|
|
||||||
SPI_SCK = D13,
|
|
||||||
I2C_SDA = D14,
|
|
||||||
I2C_SCL = D15,
|
|
||||||
|
|
||||||
// Adding these signals for the SDP connector
|
// Adding these signals for the SDP connector
|
||||||
SDP_SPI_MOSI = PF_9, // SDP Connector for SPI lines
|
SDP_SPI_MOSI = PF_9, // SDP Connector for SPI lines
|
||||||
|
|
Loading…
Reference in New Issue