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 ReadReady and WriteReady traits make generic checking of UART buffers possible.
As there already exist a uart_is_readable and uart_is_writable methods, I would hope it would be possible to implement them.
I can make a PR if you want.
The text was updated successfully, but these errors were encountered:
Sounds like a good idea, and a PR would of course be welcome.
Sorry, something went wrong.
This was done in #837 and #841.
No branches or pull requests
The ReadReady and WriteReady traits make generic checking of UART buffers possible.
As there already exist a uart_is_readable and uart_is_writable methods, I would hope it would be possible to implement them.
I can make a PR if you want.
The text was updated successfully, but these errors were encountered: