From 8db07ce7d9fadfa2b885410d47fabab37de14f66 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 10 Mar 2024 16:32:03 +0100 Subject: [PATCH] Renamed the lcd driver --- PCF8574.py => PCF8574T.py | 0 ProgramChooser.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename PCF8574.py => PCF8574T.py (100%) diff --git a/PCF8574.py b/PCF8574T.py similarity index 100% rename from PCF8574.py rename to PCF8574T.py diff --git a/ProgramChooser.py b/ProgramChooser.py index 7c7b306..330f02a 100644 --- a/ProgramChooser.py +++ b/ProgramChooser.py @@ -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: