1 unstable release
0.1.0 | Mar 6, 2021 |
---|
#169 in Robotics
16KB
135 lines
rev-11-1105-rs
This Rust library contains a transcription of the Rev Robotics Blinkin LED Driver Color Table (section 5).
Installation
From Crates.io
cargo install rev-11-1105-rs
From Source
git clone https://github.com/ewpratten/rev-11-1105-rs
cd rev-11-1105-rs
cargo install --path .
lib.rs
:
Definitions for the various output modes used by the rev-11-1105 LED driver
This crate only provides the transcribed output values, not any PWM implementation.
The user is expected to use this crate with something that implements
embedded-hal
for actual output
All data in this crate has been directly transposed from the datasheet's color table.
Dependencies
~465KB