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

Implement SetDutyCycle generically on ChannelId #909

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jannic
Copy link
Member

@jannic jannic commented Mar 10, 2025

Issue #907 showed that SetDutyCycle was difficult to use because its implementation depends on whether it's an A or B channel.

This change avoids the requirement to manually specify the channel type.

It also removes some unnecessary code duplication.

jannic added 3 commits March 10, 2025 08:23
Issue rp-rs#907 showed that
SetDutyCycle was difficult to use because its implementation depends on
whether it's an A or B channel.

This change avoids the requirement to manually specify the channel type.

It also removes some unnecessary code duplication.
@jannic jannic marked this pull request as ready for review March 11, 2025 20:26
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