Unverified Commit cee2359e authored by Sean Kwok's avatar Sean Kwok Committed by GitHub

Update pins_arduino.h (#4211)

fix some mistake
parent 37a7fb3d
......@@ -20,7 +20,7 @@ static const uint8_t SCL = 32;
static const uint8_t G12 = 12;
static const uint8_t G19 = 19;
static const uint8_t G22 = 21;
static const uint8_t G21 = 21;
static const uint8_t G22 = 22;
static const uint8_t G23 = 23;
static const uint8_t G25 = 25;
......@@ -42,4 +42,9 @@ static const uint8_t DAC2 = 26;
static const uint8_t ADC1 = 35;
static const uint8_t ADC2 = 36;
static const uint8_t SS = 19;
static const uint8_t MOSI = 33;
static const uint8_t MISO = 23;
static const uint8_t SCK = 22;
#endif /* Pins_Arduino_h */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment