All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Async variant of the trait. This should be seen as an addition to the synchronous implementation
0.3.0 - 2024-01-12
serde
feature for enabling serde support for the color types
- Moved from
Iterator
toIntoIterator
, so slices can be used directly
0.2.1 - 2020-09-07
- Some basic documentation
- Add some common impls to
White
, making it easier to use
0.2.0 - 2019-05-01
- Add an
RGBW
alias and aWhite
type
- Make the
SmartLedsWrite
color parameter generic, to support e.g. RGBW leds
0.1.1 - 2019-03-24
- Use rgb type from the
rgb
crate
0.1.0 - 2019-03-05
- Initial release