diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-07 21:38:47 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-07 21:38:47 +0100 |
| commit | d069e34d555a39117aa1b7911776696ffec07092 (patch) | |
| tree | 1b7541e08201d28b20530979f83271c1e6045bfa | |
| parent | 32ec9336088799c42d8aa7ace6648802e1b267cf (diff) | |
tried fixing the lcd error
| -rw-r--r-- | .DS_Store | bin | 6148 -> 6148 bytes | |||
| -rw-r--r-- | bin/kasper_source.py | 1 |
2 files changed, 0 insertions, 1 deletions
| Binary files differ | |||
diff --git a/bin/kasper_source.py b/bin/kasper_source.py index d8b0599..4ff5e70 100644 --- a/bin/kasper_source.py +++ b/bin/kasper_source.py | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | from smbus2 import SMBus | 1 | from smbus2 import SMBus |
| 2 | from time import sleep | 2 | from time import sleep |
| 3 | from gpiozero import CPUTemperature | 3 | from gpiozero import CPUTemperature |
| 4 | from rpi_lcd import LCD | ||
| 5 | 4 | ||
| 6 | import speech_recognition as sr | 5 | import speech_recognition as sr |
| 7 | import sounddevice | 6 | import sounddevice |
