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

support latest smart-leds-trait #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

rolandoam
Copy link

updated the code to match the new traits in smart-leds-trait (https://github.com/smart-leds-rs/smart-leds-trait/releases/tag/v0.3.0)

Copy link
Member

@ithinuel ithinuel left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution!

As far as I can see, only the esp-hal rely on smart-led 0.4 (which use smart-leds-trait).
I think that until this newer version gets widespread adoption, it’d be better to support both smart-leds-trait 0.2.1 and 0.3.

Would you mind adjusting your PR for that purpose?

@rolandoam
Copy link
Author

Any suggestions on how to approach that? maybe they iterator type Iterator | IntoIterator but does not seem like a great idea... I'll think about it.

@jannic
Copy link
Member

jannic commented Mar 8, 2024

Any suggestions on how to approach that? maybe they iterator type Iterator | IntoIterator but does not seem like a great idea... I'll think about it.

Perhaps like this? rolandoam#1

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.

3 participants