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
Add library for using an UART on targets that have it.
The text was updated successfully, but these errors were encountered:
An abstract TX! and ?RX should do the job. These can even be used for buffered I/O if needed.
TX!
?RX
Sorry, something went wrong.
Right, something like that. I'm thinking I might as well adopt the classical words EMIT, KEY, and KEY?.
EMIT
KEY
KEY?
An optional extension on top of this would be to have a target resident interpreter.
If multitasking (#48) is loaded, KEY should PAUSE.
PAUSE
No branches or pull requests
Add library for using an UART on targets that have it.
The text was updated successfully, but these errors were encountered: