diff options
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 |
