4 releases
0.1.3 | Nov 29, 2022 |
---|---|
0.1.2 | Nov 17, 2022 |
0.1.1 | Jun 2, 2022 |
0.1.0 | May 3, 2022 |
#16 in #no-std-driver
83 downloads per month
50KB
808 lines
is31fl3743b
Embedded driver crate for the Lumissil/ISSI is31fl3743b SPI LED driver.
Currently only supports atsam4 MCUs due to reliance on specialized DMA buffers. Porting to other MCUs is possible but likely won't be as efficient.
Example Usage
See docs.rs for example usage.
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.
Dependencies
~1.2–1.8MB
~37K SLoC