LED staying on with asyncio (RP2040) #16024
SandyWalsh
started this conversation in
General
Replies: 1 comment 1 reply
-
I can't replicate this. The LED always ends up off. Two comments. The timeout never occurs, but please read this for a discussion on error trapping. Secondly, I am converting this to a discussion - please don't raise issues in the MP bug tracker unless you have evidence of a MP bug. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My program
The output looks correct (ends with a "-OFF" message)
But the LED is staying on about 50% of the time. If I explicitly do a
finally: led.off()
it's fine, but that shouldn't be necessary.Thoughts?
Originally posted by @SandyWalsh in #16016
Beta Was this translation helpful? Give feedback.
All reactions