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
7aa8fc4b
Commit
7aa8fc4b
authored
May 25, 2018
by
timkoers
Committed by
Me No Dev
May 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added IIC pins (#1436)
Added IIC pins. I can confirm that this is working!
parent
4ad27b4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
variants/esp32-gateway/pins_arduino.h
variants/esp32-gateway/pins_arduino.h
+4
-0
No files found.
variants/esp32-gateway/pins_arduino.h
View file @
7aa8fc4b
...
...
@@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
static
const
uint8_t
KEY_BUILTIN
=
34
;
// See https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/SOFTWARE/MOD-RTC/main/main.c for more info about IIC on the GATEWAY
static
const
uint8_t
SCL
=
16
;
// This is pin 11
static
const
uint8_t
SDA
=
17
;
// This is pin 12
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