1
0

Renamed the lcd driver

This commit is contained in:
BlueFox 2024-03-10 16:32:03 +01:00
parent 21d9ff8f6d
commit 8db07ce7d9
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ You should have received a copy of the GNU General Public License along with thi
"""
from machine import Pin, I2C
from PCF8574 import I2C_LCD
from PCF8574T import I2C_LCD
import time
class ProgramChooser: