Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible esp8266 support #86

Open
panilov7 opened this issue Oct 9, 2022 · 0 comments
Open

Possible esp8266 support #86

panilov7 opened this issue Oct 9, 2022 · 0 comments

Comments

@panilov7
Copy link

panilov7 commented Oct 9, 2022

I want to use this library on the esp8266, but I'm stuck as the esp8266 does not support the _thread module (micropython/micropython#3667).

Is it possible to remove the use of the _thread module and use an alternative to threads?
Something like asyncio on CPython or uasyncio on Micropython, which is supported by the esp8266.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant