From e4051088663b541a245b62e5ac5b6547d043b1cd Mon Sep 17 00:00:00 2001 From: nasrlol Date: Tue, 3 Dec 2024 02:10:03 +0100 Subject: forgot to importy the hardawre driver file --- source/features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/features.py b/source/features.py index 03d13f7..82092d4 100644 --- a/source/features.py +++ b/source/features.py @@ -2,6 +2,7 @@ import time import os import speech_recognition as sr from gpiozero import CPUTemperature +import hardware_driver as lcd # importing the ./hardware_driver.py file # some functions need to be put on a different thread but we are keeping that project for another time # import threading -- cgit v1.2.3-70-g09d2