4 releases (breaking)

0.4.0 Jan 14, 2024
0.3.0 Aug 19, 2019
0.2.0 May 3, 2019
0.1.0 Mar 5, 2019

#43 in Embedded development

Download history 625/week @ 2023-12-25 1527/week @ 2024-01-01 2128/week @ 2024-01-08 1505/week @ 2024-01-15 2017/week @ 2024-01-22 1402/week @ 2024-01-29 1044/week @ 2024-02-05 1580/week @ 2024-02-12 1751/week @ 2024-02-19 1601/week @ 2024-02-26 1721/week @ 2024-03-04 2262/week @ 2024-03-11 2877/week @ 2024-03-18 2223/week @ 2024-03-25 3169/week @ 2024-04-01 1264/week @ 2024-04-08

9,661 downloads per month
Used in 55 crates (53 directly)

MIT/Apache

23KB
331 lines

Smart-leds

Use various addresable led like the ws2812 (neopixel) or apa102 (dotstar) in rust. As their protocol greatly differs and for some (like the ws2812) there are various methods, this crate doesn't implement any specific drivers by itself. It has to be coupled with a device driver that implements the smart-leds-trait, like the ws2812-spi, the ws2812-timer-delay or the apa102-spi drivers.

You can see some usage examples in the smart-leds-samples repo.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~240KB