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.

pull/11023/head
Malavika Sajikumar 2019-06-18 08:15:01 -07:00 committed by Evelyne Donnaes
parent a6b90e30dd
commit 4251b8cf5e
1 changed files with 0 additions and 7 deletions

View File

@ -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