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

Update mos_api.asm for non-blocking mos_ugetc #67

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alephnull42
Copy link

Update mos_api.asm for non-blocking mos_ugetc for serial terminal via UART1

This is not backwards compatible, I was scratching my head for a use-case where blocking would be needed. Alternatively create an additional function mos_ugetch (with an "h")

Created for my serial terminal https://youtu.be/dYVpXgn82Fk?t=68

Update mos_api.asm for non-blocking mos_ugetc

This is not backwards compatible, I was scratching my head for a use-case where blocking would be needed.
Alternatively create an additional function mos_ugetch (with an "h")  

Created for my serial terminal https://youtu.be/dYVpXgn82Fk?t=68
@breakintoprogram breakintoprogram added the enhancement New feature or request label Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants