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
b8c9819e
Commit
b8c9819e
authored
Nov 20, 2018
by
BBBits
Committed by
Me No Dev
Nov 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pins_arduino.h (#1948)
Pin definitions T8/T9 & DAC1/DAC2 Back To Front
parent
1bc1e8c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
variants/heltec_wifi_lora_32/pins_arduino.h
variants/heltec_wifi_lora_32/pins_arduino.h
+4
-4
No files found.
variants/heltec_wifi_lora_32/pins_arduino.h
View file @
b8c9819e
...
...
@@ -55,11 +55,11 @@ static const uint8_t T4 = 13;
static
const
uint8_t
T5
=
12
;
static
const
uint8_t
T6
=
14
;
static
const
uint8_t
T7
=
27
;
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
DAC1
=
2
6
;
static
const
uint8_t
DAC2
=
2
5
;
static
const
uint8_t
DAC1
=
2
5
;
static
const
uint8_t
DAC2
=
2
6
;
// OLed
static
const
uint8_t
OLED_SCL
=
15
;
...
...
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