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

Refactor arduino interface to avoid event callback #1445

Merged
merged 7 commits into from
Jul 2, 2023

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Jul 1, 2023

The Arduino package provided an implementation of the Firmata protocol over serial port using the DataReceived event. Similar to #1444 this PR refactors the package implementation to avoid relying on events, both for cross-platform compatibility and for cleaner dispose logic.

For release simplicity, the package was temporarily merged back into the core repository, but the goal remains to split it off into its own separate repo.

@glopesdev glopesdev added the feature New planned feature label Jul 1, 2023
@glopesdev glopesdev added this to the 2.8 milestone Jul 1, 2023
@glopesdev glopesdev merged commit fbd235e into bonsai-rx:main Jul 2, 2023
@glopesdev glopesdev deleted the polling-arduino branch July 2, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant