diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-12-03 02:10:03 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-12-03 02:10:03 +0100 |
| commit | e4051088663b541a245b62e5ac5b6547d043b1cd (patch) | |
| tree | 335717415893d13d44a8c2f425575caf9f876ddd /source | |
| parent | c9bc6ef4b4a57fc0b6699e158be247056a6bf3c9 (diff) | |
forgot to importy the hardawre driver file
Diffstat (limited to 'source')
| -rw-r--r-- | source/features.py | 1 |
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 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 |
