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-esp32
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-esp32
Commits
c63d746a
Commit
c63d746a
authored
Jun 18, 2018
by
timkoers
Committed by
Me No Dev
Jun 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SPI bus pins (#1454)
Added SPI bus pins and tested them as well
parent
83810fa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
variants/esp32-gateway/pins_arduino.h
variants/esp32-gateway/pins_arduino.h
+5
-0
No files found.
variants/esp32-gateway/pins_arduino.h
View file @
c63d746a
...
...
@@ -20,6 +20,11 @@ static const uint8_t KEY_BUILTIN = 34;
static
const
uint8_t
SCL
=
16
;
// This is pin 11
static
const
uint8_t
SDA
=
17
;
// This is pin 12
static
const
uint8_t
SS
=
5
;
static
const
uint8_t
MOSI
=
23
;
static
const
uint8_t
MISO
=
19
;
static
const
uint8_t
SCK
=
18
;
static
const
uint8_t
TX
=
1
;
static
const
uint8_t
RX
=
3
;
...
...
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