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
9e1f8cc4
Commit
9e1f8cc4
authored
Nov 28, 2018
by
Verkehrsrot
Committed by
Me No Dev
Nov 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pins_arduino.h (#2120)
Bugfix: pin A14 was double defined; pin A15 was missing.
parent
cfe7e011
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
variants/lopy4/pins_arduino.h
variants/lopy4/pins_arduino.h
+1
-1
No files found.
variants/lopy4/pins_arduino.h
View file @
9e1f8cc4
...
...
@@ -48,7 +48,7 @@ static const uint8_t A11 = 0;
static
const
uint8_t
A12
=
2
;
static
const
uint8_t
A13
=
15
;
static
const
uint8_t
A14
=
13
;
static
const
uint8_t
A1
4
=
12
;
static
const
uint8_t
A1
5
=
12
;
static
const
uint8_t
A16
=
14
;
static
const
uint8_t
A17
=
27
;
static
const
uint8_t
A18
=
25
;
...
...
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