This commit is contained in:
YiChin
2019-07-03 14:03:46 +08:00
parent 8e182ceb29
commit 8f2e2d5465
@@ -146,11 +146,18 @@ extern const PIN_Config BoardGpioInitTable[];
#define Board_UART_RX Board_BP_UART_Tx /* TXD */
/* SPI Board */
#define Board_SPI0_MISO DIO0
#define Board_SPI0_MOSI DIO1
//#define Board_SPI0_MISO DIO0
//#define Board_SPI0_MOSI DIO1
#define Board_SPI0_MISO PIN_UNASSIGNED
#define Board_SPI0_MOSI PIN_UNASSIGNED
#define Board_SPI0_CLK DIO3
#define Board_SPI0_CS PIN_UNASSIGNED
/* I2C */
#define Board_I2C0_SCL0 IOID_0
#define Board_I2C0_SDA0 IOID_1
#define Board_SPI1_MISO PIN_UNASSIGNED
#define Board_SPI1_MOSI DIO8
#define Board_SPI1_CLK DIO9