summaryrefslogtreecommitdiff
path: root/source/features.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/features.py')
-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