Request for modification of Example in document of "asyncio" #13579
SoratobuMacaroniPenguin
started this conversation in
General
Replies: 1 comment
-
@SoratobuMacaroniPenguin That's a good suggestion. Are you interested in submitting a PR? Otherwise we can turn this into an issue. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I only tested the ESP8266, so it might be a problem only with the ESP8266.
I'm a beginner and I stumbled, so please correct me.
last line of the "asyncio" example.
asyncio.run(main(Pin(1), Pin(2)))
of
asyncio.run(main(Pin(1,Pin.OUT), Pin(2,Pin.OUT)))
Thank you for your support.
Beta Was this translation helpful? Give feedback.
All reactions