Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7aa8fc4

Browse filesBrowse files
timkoersme-no-dev
authored andcommitted
Added IIC pins (espressif#1436)
Added IIC pins. I can confirm that this is working!
1 parent 4ad27b4 commit 7aa8fc4
Copy full SHA for 7aa8fc4

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎variants/esp32-gateway/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/esp32-gateway/pins_arduino.h
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
1616

1717
static const uint8_t KEY_BUILTIN = 34;
1818

19+
// See https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/SOFTWARE/MOD-RTC/main/main.c for more info about IIC on the GATEWAY
20+
static const uint8_t SCL = 16; // This is pin 11
21+
static const uint8_t SDA = 17; // This is pin 12
22+
1923
static const uint8_t TX = 1;
2024
static const uint8_t RX = 3;
2125

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.