-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Greetings David!
I did this project as my first Raspberry Pi project and controlling LED strip with the Pi.
One issues I came across was on the Python code, line 54. from thread import start_new_thread.
After some research, a solution I was able to come up with is adding an underscore before the word "thread".
That is so that the code reads from _thread import start_new_thread.
Again, thanks for this awesome project!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels