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
baca0079
Unverified
Commit
baca0079
authored
Mar 29, 2024
by
powerfeatherdev
Committed by
GitHub
Mar 29, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define Wire1 pins for ESP32-S3 PowerFeather (#9398) (#9431)
parent
654aeada
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
variants/esp32s3_powerfeather/pins_arduino.h
variants/esp32s3_powerfeather/pins_arduino.h
+4
-0
No files found.
variants/esp32s3_powerfeather/pins_arduino.h
View file @
baca0079
...
...
@@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
static
const
uint8_t
SCL
=
36
;
static
const
uint8_t
SDA
=
35
;
#define WIRE1_PIN_DEFINED 1
static
const
uint8_t
SCL1
=
48
;
static
const
uint8_t
SDA1
=
47
;
static
const
uint8_t
A0
=
10
;
static
const
uint8_t
A1
=
9
;
static
const
uint8_t
A2
=
8
;
...
...
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