1 unstable release
0.1.0 | Oct 16, 2019 |
---|
#34 in #led-driver
7KB
70 lines
sn3218
Controls SN3218 6-channel LED driver in Rust
This LED driver is used in the Pimoroni GFX HAT.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.
lib.rs
:
SN3218 embedded-hal
driver for 6 channel LED driver SN3218
This LED driver is used on the Raspberry GFX HAT by Pimoroni.
It is a brutal translation of https://github.com/pimoroni/sn3218/blob/master/library/sn3218.py
The API cannot be considered as stable and can break at any time.
Dependencies
~71KB