jkristell / infrared

Infrared remote control library for embedded Rust
Apache License 2.0
56 stars 10 forks source link

Add a generic way to set options for commands #38

Open jkristell opened 4 years ago

jkristell commented 4 years ago

Some protocols have options like toggle, and Nec sends a special sequence for repeated commands.

Investigate how this can be added to the Command trait.