Rust driver for the Holtek HT16K33 "RAM Mapping 16*8 LED Controller Driver with keyscan".
embedded-hal
InterfaceFor questions, issues, feature requests, and other changes, please file an issue in the github project.
See the top of the Travis configuration file for the oldest, and other, supported Rust versions.
cargo update
to refresh dependencies.cargo outdated
and fix any advice.touch src/lib.rs && cargo clippy
and fix any advice.cargo clean && cargo build && cargo test
to double-check everything is happy.Cargo.toml
as appropriate.cargo publish --dry-run --allow-dirty
git push vX.Y.Z; git push --tags
cargo publish
Licensed under either of
at your option.
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.