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 embedded hal and rework interrupts #17

Merged
merged 3 commits into from
Sep 11, 2024
Merged

Update embedded hal and rework interrupts #17

merged 3 commits into from
Sep 11, 2024

Conversation

DaneSlattery
Copy link
Owner

Interrupts have caused too many headaches in this crate so I've decided to shift away from directly supporting them. There is not yet a standardised way to use interrupts in embedded-hal.

I now show how interrupts can be used in user code via examples, while moving the logic out of the core crate.

I have also updated to use embedded-hal, solving
#15 and
#11
, both of which have gone stale.

src/hx711.rs Outdated Show resolved Hide resolved
Copy link
Owner Author

@DaneSlattery DaneSlattery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@DaneSlattery DaneSlattery merged commit 8db73fe into main Sep 11, 2024
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