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
489feb87
Commit
489feb87
authored
Jan 22, 2019
by
Otto Winter
Committed by
Me No Dev
Jan 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix BananaPi-BIT and T-Beam pin definitions (#2343)
* Fix BananaPi-BIT DAC definition * Update t-beam too
parent
3350476d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
variants/bpi-bit/pins_arduino.h
variants/bpi-bit/pins_arduino.h
+3
-3
variants/t-beam/pins_arduino.h
variants/t-beam/pins_arduino.h
+3
-3
No files found.
variants/bpi-bit/pins_arduino.h
View file @
489feb87
...
...
@@ -56,7 +56,7 @@ static const uint8_t P16 = 5;
static
const
uint8_t
P19
=
22
;
static
const
uint8_t
P20
=
21
;
static
const
uint8_t
DAC1
=
2
6
;
static
const
uint8_t
DAC2
=
2
5
;
static
const
uint8_t
DAC1
=
2
5
;
static
const
uint8_t
DAC2
=
2
6
;
#endif
/* Pins_Arduino_h */
variants/t-beam/pins_arduino.h
View file @
489feb87
...
...
@@ -54,9 +54,9 @@ static const uint8_t T1 = 0;
static
const
uint8_t
T2
=
2
;
static
const
uint8_t
T4
=
13
;
static
const
uint8_t
T6
=
14
;
static
const
uint8_t
T8
=
3
2
;
static
const
uint8_t
T9
=
3
3
;
static
const
uint8_t
T8
=
3
3
;
static
const
uint8_t
T9
=
3
2
;
static
const
uint8_t
DAC2
=
2
5
;
static
const
uint8_t
DAC2
=
2
6
;
#endif
/* Pins_Arduino_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