IS31FL3193 RGB LED driver
I2C driver for the IS31FL3193 RGB LED driver
Documentation
Changelog
Examples
This crate uses probe-run to run the examples. Once set up,
it should be as simple as cargo run --example <example name> --release.
From examples/rppico_blink.rs:
use RateExtU32;
use pac;
use defmt_rtt as _;
use panic_probe as _;
use *;
use rp2040_hal as hal;
use ;
!
// same panicking *behavior* as `panic-probe` but doesn't print a panic message
// this prevents the panic message being printed *twice* when `defmt::panic` is invoked
!
/// Terminates the application and makes `probe-run` exit with exit-code = 0
!
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.