mirror of https://github.com/ARMmbed/mbed-os.git
Removing I2C and SPI pin names in SDP-K1 PinNames.h file. This is to ensure the use of Arduino pin names Dxx for I2C and SPI pins in programs written for SDP-K1 board.
parent
a6b90e30dd
commit
4251b8cf5e
|
@ -318,13 +318,6 @@ typedef enum {
|
|||
USBTX = STDIO_UART_TX,
|
||||
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
|
||||
SDP_SPI_MOSI = PF_9, // SDP Connector for SPI lines
|
||||
|
|
Loading…
Reference in New Issue