-
Notifications
You must be signed in to change notification settings - Fork 61
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
matrix.wait doesn't block? #26
Comments
The C implementation of the The source code is at https://github.com/xiongyihui/circuitpython/tree/m60 |
thanks, i'll check that out and raise an issue in that repo if my report is still valid. |
ok so I cannot open issues in that repo for some reason. Basically I believe the issue is this:
Any thoughts? Another solution is to just wrap this You can see my circuitpython fork of @xiongyihui repo here: |
it seems like the C implementation of the
matrix.wait
method immediately returns, resulting in a super tight primary loop. The pythonmatrix.py
code does not have this issue.Is the C implementation public anywhere?
The text was updated successfully, but these errors were encountered: