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
3adc1c53
Unverified
Commit
3adc1c53
authored
May 04, 2022
by
iKK001
Committed by
GitHub
May 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct Serial1 and Serial2 pinout definitions added (#570)
Co-authored-by:
Stephan Korner
<
stephan.korner@trihow.com
>
parent
55394a7d
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 @
3adc1c53
...
...
@@ -10,13 +10,13 @@
#define PIN_NEOPIXEL (12u)
#define NEOPIXEL_POWER (11u)
// Serial1
not pinned out
#define PIN_SERIAL1_TX (
31u)
#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
// Serial2
is the only one labelled
#define PIN_SERIAL2_TX (20u)
#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
// 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