diff options
| -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 | |||
| 2 | import os | 2 | import os |
| 3 | import speech_recognition as sr | 3 | import speech_recognition as sr |
| 4 | from gpiozero import CPUTemperature | 4 | from gpiozero import CPUTemperature |
| 5 | import 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 |
