Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ewpratten/rev-11-1105-rs
- Owner: ewpratten
- License: gpl-3.0
- Created: 2021-03-05T04:35:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-03-06T17:43:43.000Z (over 3 years ago)
- Last Synced: 2024-10-08T18:41:38.573Z (about 1 month ago)
- Topics: blinkin-led, embedded-rust, frc, led-driver, pwm, rev-robotics, roborio
- Language: Rust
- Homepage: https://crates.io/crates/rev-11-1105-rs
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```