Vhanged pin assignment to avoid 35,36,37 used in QSPI PSRAM
This commit is contained in:
@@ -33,16 +33,15 @@
|
||||
// =====================
|
||||
// SPI BUS ADC2 (HSPI)
|
||||
// =====================
|
||||
#define SPI_B_MOSI 36
|
||||
#define SPI_B_SCK 37
|
||||
#define SPI_B_MISO 38
|
||||
#define SPI_B_MOSI 17
|
||||
#define SPI_B_SCK 18
|
||||
#define SPI_B_MISO 8
|
||||
|
||||
// =====================
|
||||
// I2C BUS (PCA9555)
|
||||
// =====================
|
||||
#define SDA 8
|
||||
#define SCL 9
|
||||
#define I2C_INT 17
|
||||
#define SDA 21
|
||||
#define SCL 38
|
||||
|
||||
// =====================
|
||||
// ADC CONTROL
|
||||
@@ -50,8 +49,8 @@
|
||||
#define ADC_A_CS 14
|
||||
#define ADC_A_DRDY 13
|
||||
|
||||
#define ADC_B_CS 21
|
||||
#define ADC_B_DRDY 47
|
||||
#define ADC_B_CS 3
|
||||
#define ADC_B_DRDY 9
|
||||
|
||||
// =====================
|
||||
// TRIGGER INPUT INTERRUPTS
|
||||
@@ -81,7 +80,7 @@
|
||||
// =====================
|
||||
// PCA9555 I/O EXPANDER INTERRUPT (Common)
|
||||
// =====================
|
||||
#define EXPANDER_ALL_INTERRUPT 17
|
||||
#define EXPANDER_ALL_INTERRUPT 45
|
||||
|
||||
// =====================
|
||||
// PCA9555 I/O EXPANDER BOX_A (OUT)
|
||||
|
||||
Reference in New Issue
Block a user