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

Convert driver to async #9

Closed
wants to merge 8 commits into from
Closed

Convert driver to async #9

wants to merge 8 commits into from

Conversation

veleek
Copy link
Contributor

@veleek veleek commented Jun 5, 2023

A number of methods on the original driver block code (either with explicit sleeps or spin locks). This converts those methods to be async to enable the driver to play nice with other async code.

@veleek veleek changed the title Convert original code into async version Convert driver to async Jun 5, 2023
@veleek veleek closed this Jun 5, 2023
@veleek
Copy link
Contributor Author

veleek commented Jun 5, 2023

Whoops, meant to open this as a PR into my modified fork, but it decided to create it against the source repo.

Please take a look at the fork: (https://github.com/veleek/CircuitPython_NAU7802_Async) if you're interested in the async version.

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

Successfully merging this pull request may close these issues.

None yet

1 participant