1 unstable release

0.1.0 Oct 16, 2019

#14 in #raspberry

MIT/Apache

7KB
70 lines

sn3218 docs.rs Build Status

Controls SN3218 6-channel LED driver in Rust

This LED driver is used in the Pimoroni GFX HAT.

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.


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