# rev-11-1105-rs [![Crates.io](https://img.shields.io/crates/v/rev-11-1105-rs)](https://crates.io/crates/rev-11-1105-rs) [![Documentation](https://docs.rs/rev-11-1105-rs/badge.svg)](https://docs.rs/rev-11-1105-rs) ![Build](https://github.com/Ewpratten/rev-11-1105-rs/workflows/Build/badge.svg) This Rust library contains a transcription of the Rev Robotics Blinkin LED Driver [Color Table](https://www.revrobotics.com/content/docs/REV-11-1105-UM.pdf) (section 5). ## Installation ### From Crates.io ```sh cargo install rev-11-1105-rs ``` ### From Source ```sh git clone https://github.com/ewpratten/rev-11-1105-rs cd rev-11-1105-rs cargo install --path . ```