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

Explore idea of accelerators #32

Open
whaleygeek opened this issue Nov 29, 2020 · 0 comments
Open

Explore idea of accelerators #32

whaleygeek opened this issue Nov 29, 2020 · 0 comments

Comments

@whaleygeek
Copy link
Owner

On other projects, I have code that loads over the wire, some support functions on first connect. These support functions are custom to whatever IO is being performed, and accelerate things by doing more intelligent sensing at the micro:bit end.

Look at whether we could import that work into bitio as a way for any driver wrapper to transfer on boot it's own custom accelerator - this might solve the gesture response issue, and also make transfer of large amounts of data over the serial port more efficient (as they could be switched into binary mode for specific commands).

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