How to stop a while loop in a scheduled job
Open
- Dominant language
- Python
- Stars
- 12.3k
- Forks
- 999
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am using a while loop to vary the brightness of my unicorn pHat controled by a raspberry pi zero.
The job is scheduled (using the schedule module) to start at a certain time, but I don't know how to stop it. I have tried to schedule another job to off the LEDs but since schedule runs jobs in series, it never gets to the ending program.
Thanks for your help,
Charlotte
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.