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

Fix up and document delay() hack in uart receive #63

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

Conversation

patrickxia
Copy link

@patrickxia patrickxia commented Sep 30, 2023

This is still a hack but a little bit less of one with an actual explanation instead of a scary comment.

The correct thing to do is advance through a state machine that detects the header and produces a symbol once we have received an entire message. But all my hardware is currently deployed with this code so we'll ship what's tested as opposed to what's theoretically correct.

This is still a hack but a little bit less of one with an actual
explanation instead of a scary comment.

The correct thing is to do is advance through a state machine that detects
the header and produces a symbol once it receives an entire message. But
all my hardware is currently deployed with this code so we'll ship
what's tested as opposed to what's theoretically correct.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant