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
e8ec7929
Unverified
Commit
e8ec7929
authored
Sep 27, 2021
by
Leonardo La Rocca
Committed by
GitHub
Sep 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reverted Wire and Wire1 for Melopero (#323)
parent
0c22150f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
variants/melopero_shake_rp2040/pins_arduino.h
variants/melopero_shake_rp2040/pins_arduino.h
+4
-4
No files found.
variants/melopero_shake_rp2040/pins_arduino.h
View file @
e8ec7929
...
...
@@ -26,11 +26,11 @@
#define PIN_SPI1_SS (13u)
// Wire
#define PIN_WIRE0_SDA (
2u) // 8
#define PIN_WIRE0_SCL (
3u) // 9
#define PIN_WIRE0_SDA (
8u)
#define PIN_WIRE0_SCL (
9u)
#define PIN_WIRE1_SDA (
8u) // 2
#define PIN_WIRE1_SCL (
9u) // 3
#define PIN_WIRE1_SDA (
2u)
#define PIN_WIRE1_SCL (
3u)
#define SERIAL_HOWMANY (3u)
#define SPI_HOWMANY (2u)
...
...
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