Added Unexpected Maker Reflow Master Pro (UM RMP) board (#6630)

Fixed wrong SCK and MISO pins for TinyS2
This commit is contained in:
Unexpected Maker
2022-04-26 21:55:19 +10:00
committed by GitHub
parent adfaaecc65
commit 5fa0c2010e
3 changed files with 205 additions and 3 deletions

View File

@ -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;