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 bitbang port value exceeding 8 bits #10

Merged
merged 2 commits into from
Apr 3, 2024

Conversation

codedstructure
Copy link
Owner

Fixes issue #6 - bitbang port values could exceed 8 bits, which would cause unhandled exceptions.

This change causes the port to behave like a hardware 8 bit register, i.e. it silently keeps the low 8 bits only.

@codedstructure codedstructure merged commit 9e1aed0 into main Apr 3, 2024
5 checks passed
@codedstructure codedstructure deleted the fix-bitbang-port-byte branch April 3, 2024 19:05
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.

1 participant