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
77fe24f7
Unverified
Commit
77fe24f7
authored
Sep 21, 2022
by
Earle F. Philhower, III
Committed by
GitHub
Sep 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Cytron Pico SPI pinout (#869)
See #851. Add SPI1.
parent
4e77ee02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
variants/cytron_maker_pi_rp2040/pins_arduino.h
variants/cytron_maker_pi_rp2040/pins_arduino.h
+5
-7
No files found.
variants/cytron_maker_pi_rp2040/pins_arduino.h
View file @
77fe24f7
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
#define PIN_SPI0_SCK (31u)
#define PIN_SPI0_SCK (31u)
#define PIN_SPI0_SS (31u)
#define PIN_SPI0_SS (31u)
#define PIN_SPI1_MISO (
3
1u)
#define PIN_SPI1_MISO (
1
1u)
#define PIN_SPI1_MOSI (
31
u)
#define PIN_SPI1_MOSI (
12
u)
#define PIN_SPI1_SCK (
31
u)
#define PIN_SPI1_SCK (
10
u)
#define PIN_SPI1_SS (
31
u)
#define PIN_SPI1_SS (
15
u)
// Wire
// Wire
#define PIN_WIRE0_SDA (16u)
#define PIN_WIRE0_SDA (16u)
...
@@ -48,10 +48,8 @@
...
@@ -48,10 +48,8 @@
#define PIN_WIRE1_SDA (2u)
#define PIN_WIRE1_SDA (2u)
#define PIN_WIRE1_SCL (3u)
#define PIN_WIRE1_SCL (3u)
#define SERIAL_HOWMANY (2u)
#define SERIAL_HOWMANY (2u)
#define SPI_HOWMANY (
0
u)
#define SPI_HOWMANY (
2
u)
#define WIRE_HOWMANY (2u)
#define WIRE_HOWMANY (2u)
#include "../generic/common.h"
#include "../generic/common.h"
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