LED Bargraph

A Rust library & application for the Adafruit Bi-Color (Red/Green) 24-Bar Bargraph w/I2C Backpack Kit.

You can integrate led-bargraph into your project through the releases on crates.io:

```toml

Cargo.toml

[dependencies] led-bargraph = "0.1.0" ```

User Guide

``` LED Bargraph.

Usage: led-bargraph clear led-bargraph set led-bargraph (-h | --help)

Commands: clear Clear the display. set Display the value against the range.

Arguments: value The value to display. range The range of the bar graph to display.

Options: -h --help Show this screen. --i2c-path= Path to the I2C device [default: /dev/i2c-1]. --i2c-address= Address of the I2C device, in decimal [default: 112]. --bargraph-size= Size of the bargraph [default: 24]. ```

Todo

In Progress

Completed

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.