diff options
| author | nasrlol <nsrddyn@gmail.com> | 2024-11-18 20:27:28 +0100 |
|---|---|---|
| committer | nasrlol <nsrddyn@gmail.com> | 2024-11-18 20:27:28 +0100 |
| commit | 49046aa2917d871fbfbe9389547410775d360081 (patch) | |
| tree | cca87220ee14c91e4ec6da8a2e38936bf0107fc4 | |
| parent | 2feb019c373c99fa3840d99724f5ee6f7c4dac36 (diff) | |
fixed the initalization of the i2c file
| -rw-r--r-- | bin/main.py | 2 |
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" | |||
| 10 | ERROR_NOT_FOUND = "404 Not Found" | 10 | ERROR_NOT_FOUND = "404 Not Found" |
| 11 | ERROR_TIMEOUT = "408 Request Timeout" | 11 | ERROR_TIMEOUT = "408 Request Timeout" |
| 12 | 12 | ||
| 13 | lcd = LCD | 13 | lcd = LCD() |
| 14 | cpu_temp = CPUTemperature() | 14 | cpu_temp = CPUTemperature() |
| 15 | recognizer = speech.Recognizer() | 15 | recognizer = speech.Recognizer() |
| 16 | microphone = speech.Microphone() | 16 | microphone = speech.Microphone() |
