We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e474320 commit 0650799Copy full SHA for 0650799
lcd/esp8266_i2c_lcd.py
@@ -2,7 +2,6 @@
2
This was tested with: https://www.wemos.cc/product/d1-mini.html"""
3
4
from lcd_api import LcdApi
5
-from machine import I2C
6
from time import sleep_ms
7
8
# The PCF8574 has a jumper selectable address: 0x20 - 0x27
lcd/machine_i2c_lcd.py
0 commit comments