Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ewpratten/rev-11-1105-rs

Platform-agnostic Rust definitions for the Rev Robotics REV-11-1105 Blinkin LED Driver
https://github.com/ewpratten/rev-11-1105-rs

blinkin-led embedded-rust frc led-driver pwm rev-robotics roborio

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 .
```