#led-driver #definition #color #table #blinkin #rev-11-1105

rev-11-1105-rs

Platform-agnostic Rust definitions for the Rev Robotics REV-11-1105 Blinkin LED Driver

1 unstable release

0.1.0 Mar 6, 2021

#140 in Robotics

Custom license

16KB
135 lines

rev-11-1105-rs

Crates.io Documentation Build

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

~470KB