Merge pull request #10859 from malavikasajikumar/master

Removing I2C and SPI pin names in SDP-K1 PinNames.h file.
pull/10928/head
Martin Kojtal 2019-07-01 09:23:06 +01:00 committed by GitHub
commit 9e0dc3e198
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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