summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2024-12-03 02:10:03 +0100
committernasrlol <nsrddyn@gmail.com>2024-12-03 02:10:03 +0100
commite4051088663b541a245b62e5ac5b6547d043b1cd (patch)
tree335717415893d13d44a8c2f425575caf9f876ddd /source
parentc9bc6ef4b4a57fc0b6699e158be247056a6bf3c9 (diff)
forgot to importy the hardawre driver file
Diffstat (limited to 'source')
-rw-r--r--source/features.py1
1 files changed, 1 insertions, 0 deletions
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
2import os 2import os
3import speech_recognition as sr 3import speech_recognition as sr
4from gpiozero import CPUTemperature 4from gpiozero import CPUTemperature
5import hardware_driver as lcd # importing the ./hardware_driver.py file
5 6
6# some functions need to be put on a different thread but we are keeping that project for another time 7# some functions need to be put on a different thread but we are keeping that project for another time
7# import threading 8# import threading