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
cee2359e
Unverified
Commit
cee2359e
authored
Sep 28, 2020
by
Sean Kwok
Committed by
GitHub
Sep 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pins_arduino.h (#4211)
fix some mistake
parent
37a7fb3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
variants/m5stack_atom/pins_arduino.h
variants/m5stack_atom/pins_arduino.h
+6
-1
No files found.
variants/m5stack_atom/pins_arduino.h
View file @
cee2359e
...
...
@@ -20,7 +20,7 @@ static const uint8_t SCL = 32;
static
const
uint8_t
G12
=
12
;
static
const
uint8_t
G19
=
19
;
static
const
uint8_t
G2
2
=
21
;
static
const
uint8_t
G2
1
=
21
;
static
const
uint8_t
G22
=
22
;
static
const
uint8_t
G23
=
23
;
static
const
uint8_t
G25
=
25
;
...
...
@@ -42,4 +42,9 @@ static const uint8_t DAC2 = 26;
static
const
uint8_t
ADC1
=
35
;
static
const
uint8_t
ADC2
=
36
;
static
const
uint8_t
SS
=
19
;
static
const
uint8_t
MOSI
=
33
;
static
const
uint8_t
MISO
=
23
;
static
const
uint8_t
SCK
=
22
;
#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