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
c7c975fc
Unverified
Commit
c7c975fc
authored
Sep 01, 2023
by
Jan Procházka
Committed by
GitHub
Sep 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make output_open_drain pin readable (#8592)
parent
dafff71e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/esp32/esp32-hal-gpio.h
cores/esp32/esp32-hal-gpio.h
+1
-1
No files found.
cores/esp32/esp32-hal-gpio.h
View file @
c7c975fc
...
@@ -51,7 +51,7 @@ extern "C" {
...
@@ -51,7 +51,7 @@ extern "C" {
#define PULLDOWN 0x08
#define PULLDOWN 0x08
#define INPUT_PULLDOWN 0x09
#define INPUT_PULLDOWN 0x09
#define OPEN_DRAIN 0x10
#define OPEN_DRAIN 0x10
#define OUTPUT_OPEN_DRAIN 0x1
2
#define OUTPUT_OPEN_DRAIN 0x1
3
#define ANALOG 0xC0
#define ANALOG 0xC0
//Interrupt Modes
//Interrupt Modes
...
...
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