mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Added Unexpected Maker Reflow Master Pro (UM RMP) board (#6630)
Fixed wrong SCK and MISO pins for TinyS2
This commit is contained in:
@ -25,10 +25,10 @@ static const uint8_t SCL = 9;
|
||||
|
||||
static const uint8_t SS = 14;
|
||||
static const uint8_t MOSI = 35;
|
||||
static const uint8_t MISO = 36;
|
||||
static const uint8_t MISO = 37;
|
||||
static const uint8_t SDO = 35;
|
||||
static const uint8_t SDI = 36;
|
||||
static const uint8_t SCK = 37;
|
||||
static const uint8_t SDI = 37;
|
||||
static const uint8_t SCK = 36;
|
||||
|
||||
static const uint8_t A0 = 1;
|
||||
static const uint8_t A1 = 2;
|
||||
|
Reference in New Issue
Block a user