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

Invert implementations to run/stop oscillator #3

Merged
merged 4 commits into from Jan 31, 2023

Conversation

PaulRaUnite
Copy link
Contributor

@PaulRaUnite PaulRaUnite commented Jan 27, 2023

Fixes #2.

@PaulRaUnite PaulRaUnite changed the title Invert implementations to run/stop oscillator (fixes #2) Invert implementations to run/stop oscillator Jan 27, 2023
Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Nice catch, thank you!
Could you add an entry to the changelog and also invert Bit 7 accordingly in the run/halt tests?

I see now that some methods in a dependency have become deprecated and I have to update those too for the CI to pass.

@eldruin
Copy link
Owner

eldruin commented Jan 30, 2023

I fixed the problems that made the CI fail.
Could you rebase this to master?

- inverted CH flag in run tests
- reflected changes in the changelog.
@PaulRaUnite
Copy link
Contributor Author

Could you add an entry to the changelog and also invert Bit 7 accordingly in the run/halt tests?
I fixed the problems that made the CI fail. Could you rebase this to master?

Done. I haven't noticed that I forgot about the running method, but now it is fixed too.

Copy link
Owner

@eldruin eldruin left a comment

Choose a reason for hiding this comment

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

Looks good to me, thank you!

CHANGELOG.md Outdated Show resolved Hide resolved
tests/run_halt.rs Outdated Show resolved Hide resolved
@eldruin eldruin merged commit 5c9335b into eldruin:master Jan 31, 2023
@eldruin
Copy link
Owner

eldruin commented Jan 31, 2023

For the record, I have released this fix in version 0.5.0

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.

Running and halt methods are inversed
2 participants