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

Serial[x].availableForWrite() returns 0 #308

Open
delta-G opened this issue May 7, 2024 · 1 comment · May be fixed by #304
Open

Serial[x].availableForWrite() returns 0 #308

delta-G opened this issue May 7, 2024 · 1 comment · May be fixed by #304
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project

Comments

@delta-G
Copy link
Contributor

delta-G commented May 7, 2024

The method availableForWrite is not implemented in the UART class and currently returns 0 in all cases.

@delta-G
Copy link
Contributor Author

delta-G commented May 7, 2024

PR #304 modifies the class to use the SafeRingBuffer instance already in the class. This PR also implements avalableForWrite.

@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels May 9, 2024
@per1234 per1234 linked a pull request May 9, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants