nannou-org / ether-dream

A full implementation of the Ether Dream Laser DAC protocol in pure Rust.
Other
32 stars 1 forks source link

Only check for bit flags specified in protocol - truncate remaining bits #10

Closed mitchmindtree closed 5 years ago

mitchmindtree commented 5 years ago

Fixes an issue where the DAC status constructor would return early with an error when a hw_version 10 DAC would return non-zeroed values on un-specified bits.