Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
arduino-pico
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
arduino-pico
Commits
da215aec
Unverified
Commit
da215aec
authored
Mar 05, 2022
by
Earle F. Philhower, III
Committed by
GitHub
Mar 05, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix QT Py serial (Serial2 pinned out, not Serial1) (#505)
parent
be21c31e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
variants/adafruit_qtpy/pins_arduino.h
variants/adafruit_qtpy/pins_arduino.h
+6
-6
No files found.
variants/adafruit_qtpy/pins_arduino.h
View file @
da215aec
...
...
@@ -10,13 +10,13 @@
#define PIN_NEOPIXEL (12u)
#define NEOPIXEL_POWER (11u)
// Serial
#define PIN_SERIAL1_TX (
20
u)
#define PIN_SERIAL1_RX (
5
u)
// Serial
1 not pinned out
#define PIN_SERIAL1_TX (
31
u)
#define PIN_SERIAL1_RX (
31
u)
//
Not pinned out
#define PIN_SERIAL2_TX (
31
u)
#define PIN_SERIAL2_RX (
31
u)
//
Serial2 is the only one labelled
#define PIN_SERIAL2_TX (
20
u)
#define PIN_SERIAL2_RX (
5
u)
// SPI
#define PIN_SPI0_MISO (4u)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment