4 个版本
使用旧的 Rust 2015
0.2.1 | 2019 年 1 月 6 日 |
---|---|
0.2.0 | 2018 年 12 月 26 日 |
0.1.1 | 2018 年 11 月 24 日 |
0.1.0 | 2018 年 11 月 21 日 |
#1806 in 硬件支持
29KB
444 行
LED 棒状图
Adafruit 双色(红/绿)24 条棒状图 I2C 背包套件的 Rust 库与应用程序。
用户指南
LED Bargraph.
Usage:
led-bargraph [options] clear
led-bargraph [options] set <value> <range>
led-bargraph [options] show
Commands:
clear Clear the display.
set Display the value against the range.
show Show on-screen the current bargraph display.
Arguments:
value The value to display.
range The range of the bar graph to display.
Options:
--no-init Do not initialize the device.
--trace Enable verbose debug logging.
-d, --debug Enable debug logging.
-v, --verbose Enable verbose logging.
-s, --show Show on-screen the current bargraph display.
--i2c-mock Mock the I2C interface, useful when no device is available.
--i2c-address=<N> Address of the I2C device, in decimal [default: 112].
--i2c-path=<path> Path to the I2C device [default: /dev/i2c-1].
-h, --help Print this help.
支持的平台
- Linux
- 32 & 64位
- OSX
- 64位
许可
根据您的选择,许可协议为以下之一
- Apache 许可证 2.0 版,(LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0)
- MIT 许可证 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)
。
贡献
除非您明确说明,否则任何有意提交以包含在您的工作中的贡献,根据 Apache-2.0 许可证定义,均应双重许可如上所述,不附加任何额外条款或条件。
依赖关系
~7–16MB
~200K SLoC