We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current WiFi MODEM code lives monolithically inside sio/modem.cpp.
This should be re-factored outward into its own library under lib/ so it can be used by other peripheral buses (and by CP/M)
The idea here is to:
The text was updated successfully, but these errors were encountered:
Is this simply a "move and create an interface" job?
Sorry, something went wrong.
yeah.
No branches or pull requests
The current WiFi MODEM code lives monolithically inside sio/modem.cpp.
This should be re-factored outward into its own library under lib/ so it can be used by other peripheral buses (and by CP/M)
The idea here is to:
The text was updated successfully, but these errors were encountered: