Skip to content

Commit 8e12c06

Browse files
committed
Adding new pair SDA, SCL in hal.py.
1 parent a573905 commit 8e12c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LiveObjects/hal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ def __new__(cls, net_type):
237237

238238
def get_i2c():
239239
import machine
240-
typical_gpio = ([22, 23], [5, 4], [22, 21])
240+
typical_gpio = ([22, 23], [5, 4], [22, 21], [23, 18])
241241
for gpio in typical_gpio:
242242
scl, sda = gpio
243243
i2c = None

0 commit comments

Comments
 (0)