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
bfa3819b
Unverified
Commit
bfa3819b
authored
Sep 22, 2021
by
Leonardo La Rocca
Committed by
GitHub
Sep 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Melopero Shake: Switched Wire1 with Wire for simpler use (#320)
parent
adf1c88c
Changes
1
Show 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 @
bfa3819b
...
...
@@ -26,11 +26,11 @@
#define PIN_SPI1_SS (13u)
// Wire
#define PIN_WIRE0_SDA (
8u)
#define PIN_WIRE0_SCL (
9u)
#define PIN_WIRE0_SDA (
2u) // 8
#define PIN_WIRE0_SCL (
3u) // 9
#define PIN_WIRE1_SDA (
2u)
#define PIN_WIRE1_SCL (
3u)
#define PIN_WIRE1_SDA (
8u) // 2
#define PIN_WIRE1_SCL (
9u) // 3
#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