Skip to content

Commit 9e0dc3e

Browse files
authored
Merge pull request #10859 from malavikasajikumar/master
Removing I2C and SPI pin names in SDP-K1 PinNames.h file.
2 parents 755c6b8 + 6632282 commit 9e0dc3e

File tree

1 file changed

+0
-7
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1

1 file changed

+0
-7
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -318,13 +318,6 @@ typedef enum {
318318
USBTX = STDIO_UART_TX,
319319
USBRX = STDIO_UART_RX,
320320

321-
// SPI and I2C pins on Arduino connector
322-
SPI_CS = D10,
323-
SPI_MOSI = D11,
324-
SPI_MISO = D12,
325-
SPI_SCK = D13,
326-
I2C_SDA = D14,
327-
I2C_SCL = D15,
328321

329322
// Adding these signals for the SDP connector
330323
SDP_SPI_MOSI = PF_9, // SDP Connector for SPI lines

0 commit comments

Comments
 (0)