Replies: 2 comments
-
|
There is no Instead of using a async def blink(color: Color, duration: int):
# some code
...
while True:
await wait(duration)
# rest of the code
... |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks. Problem solved! |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
It is possible to do multitaksing with MoveHub?
I have the following program:
The multitask function executes only the first coroutine!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions