We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55394a7 commit 3adc1c5Copy full SHA for 3adc1c5
variants/adafruit_qtpy/pins_arduino.h
@@ -10,13 +10,13 @@
10
#define PIN_NEOPIXEL (12u)
11
#define NEOPIXEL_POWER (11u)
12
13
-// Serial1 not pinned out
14
-#define PIN_SERIAL1_TX (31u)
15
-#define PIN_SERIAL1_RX (31u)
+// Serial1
+#define PIN_SERIAL1_TX (28u) // marked A1 on the Board
+#define PIN_SERIAL1_RX (29u) // marked A0 on the Board
16
17
-// Serial2 is the only one labelled
18
-#define PIN_SERIAL2_TX (20u)
19
-#define PIN_SERIAL2_RX (5u)
+// Serial2
+#define PIN_SERIAL2_TX (20u) // marked TX on the Board
+#define PIN_SERIAL2_RX (5u) // marked RX on the Board
20
21
// SPI
22
#define PIN_SPI0_MISO (4u)
0 commit comments