summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornasrlol <nsrddyn@gmail.com>2024-11-18 20:27:28 +0100
committernasrlol <nsrddyn@gmail.com>2024-11-18 20:27:28 +0100
commit49046aa2917d871fbfbe9389547410775d360081 (patch)
treecca87220ee14c91e4ec6da8a2e38936bf0107fc4
parent2feb019c373c99fa3840d99724f5ee6f7c4dac36 (diff)
fixed the initalization of the i2c file
-rw-r--r--bin/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.py b/bin/main.py
index 921082f..d126502 100644
--- a/bin/main.py
+++ b/bin/main.py
@@ -10,7 +10,7 @@ ERROR_UNAUTHORIZED = "401 Unauthorized"
10ERROR_NOT_FOUND = "404 Not Found" 10ERROR_NOT_FOUND = "404 Not Found"
11ERROR_TIMEOUT = "408 Request Timeout" 11ERROR_TIMEOUT = "408 Request Timeout"
12 12
13lcd = LCD 13lcd = LCD()
14cpu_temp = CPUTemperature() 14cpu_temp = CPUTemperature()
15recognizer = speech.Recognizer() 15recognizer = speech.Recognizer()
16microphone = speech.Microphone() 16microphone = speech.Microphone()