Fixed SPI default pins for M5Stack Stamp S3 board (#8187)
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
This commit is contained in:
parent
2173373dcc
commit
c814a23458
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ static const uint8_t RX = 44;
|
|||
static const uint8_t TXD2 = 1;
|
||||
static const uint8_t RXD2 = 2;
|
||||
|
||||
static const uint8_t SS = 7;
|
||||
static const uint8_t MOSI = 6;
|
||||
static const uint8_t MISO = 5;
|
||||
static const uint8_t SCK = 4;
|
||||
|
||||
static const uint8_t SDA = 13;
|
||||
static const uint8_t SCL = 15;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue