making sure the program works

This commit is contained in:
talksik
2023-04-29 16:16:38 -07:00
parent d907a16edd
commit a59fdde858
2 changed files with 13 additions and 0 deletions
+8
View File
@@ -12,6 +12,14 @@ clear currentTextBlock after 200 characters as well
- good morning!
"""
from dotenv import load_dotenv
load_dotenv()
import sys
import os
# Get the current working directory
cwd = os.getcwd()
sys.path.append(cwd)
import time
import RPi.GPIO as GPIO
+5
View File
@@ -0,0 +1,5 @@
RPi.GPIO
requests
spidev
pyaudio
python-dotenv