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

dev: Refactor resource groups to use Resource.family. #24

Merged
merged 2 commits into from
Jul 10, 2019
Merged

dev: Refactor resource groups to use Resource.family. #24

merged 2 commits into from
Jul 10, 2019

Conversation

cr1901
Copy link
Contributor

@cr1901 cr1901 commented Jul 10, 2019

Feature parity with #20.

@@ -39,4 +39,4 @@ def IrDAResource(number, *, rx, tx, en=None, sd=None, attrs=None):
io.append(Subsignal("en", PinsN(sd, dir="o")))
if attrs is not None:
io.append(attrs)
return Resource("irda", number, *io)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't really see an use case for renaming IrDA to anything else...

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

2 participants