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

rmt: Allow working with raw rmt_item32_t for efficiency #348

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

navaati
Copy link
Contributor

@navaati navaati commented Dec 3, 2023

When using VariableLengthSignal, going through the set_{level,duration}{0,1} methods for every symbol was too slow compared to straight copying a rmt_item32_t that was pre-made from Pulses.

This PR enables doing that without making a new custom implementation of Signal.

@ivmarkov
Copy link
Collaborator

Yeah, why not?

@ivmarkov ivmarkov merged commit e87abce into esp-rs:master Dec 21, 2023
8 checks passed
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.

2 participants