Crates.io | is31fl3729 |
lib.rs | is31fl3729 |
version | 0.1.3 |
source | src |
created_at | 2024-07-09 06:29:19.068855 |
updated_at | 2024-07-09 20:03:47.266296 |
description | Driver for Lumissil Microsystem's IS31FL3729 IC |
homepage | |
repository | https://github.com/cscott/is31fl3729-rs |
max_upload_size | |
id | 1296671 |
size | 23,001 |
Driver for Lumissil Microsystem's IS31FL3729 integrated circuit. Some of the major features of this library are:
To install this driver in your project add the following line to your Cargo.toml
's dependencies
table:
is31fl3729 = "0.1.3"
By default this version will only contain the core driver. To use a preconfigured device (currently just the FW16 Seven Segment Display Input Module), you would need to change this line to include that device:
is31fl3729 = { version = "0.1.3", features = ["sevensegment"] }
This driver was re/written by C. Scott Ananian.
This driver is ripped off modified from Framework's is31fl3741 crate which is itself ripped off modified from gleich's is31fl3731 crate.
That driver is a port of adafruit's driver for the is31fl3731 in the Rust programming language.