Skip to content

Commit 6632282

Browse files
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.
1 parent d5b84a5 commit 6632282

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)