fixing import order for audio

This commit is contained in:
talksik
2023-04-27 15:08:26 -07:00
parent 46293ba3fe
commit 3975d65bb0
+2 -1
View File
@@ -2,7 +2,6 @@
# it will then play the audio back to the user from memory
import apa102
import audio
import RPi.GPIO as GPIO
# importing sys
@@ -10,6 +9,8 @@ import sys
# adding Folder_2/subfolder to the system path
sys.path.insert(0, '/home/talksik/rpi-random-projects/audio')
import audio
BUTTON = 17