Skip to content

Commit 0650799

Browse files
committed
Removed extraneous import of machine.I2C
1 parent e474320 commit 0650799

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lcd/esp8266_i2c_lcd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This was tested with: https://www.wemos.cc/product/d1-mini.html"""
33

44
from lcd_api import LcdApi
5-
from machine import I2C
65
from time import sleep_ms
76

87
# The PCF8574 has a jumper selectable address: 0x20 - 0x27

lcd/machine_i2c_lcd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
This was tested with: https://www.wemos.cc/product/d1-mini.html"""
33

44
from lcd_api import LcdApi
5-
from machine import I2C
65
from time import sleep_ms
76

87
# The PCF8574 has a jumper selectable address: 0x20 - 0x27

0 commit comments

Comments
 (0)