Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiziano88/mote-rs
https://github.com/tiziano88/mote-rs
led led-controller led-strip mote raspberry-pi raspberry-pi-library rgb rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiziano88/mote-rs
- Owner: tiziano88
- License: mit
- Created: 2017-07-24T15:45:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T12:57:54.000Z (over 1 year ago)
- Last Synced: 2024-09-28T10:22:10.724Z (3 months ago)
- Topics: led, led-controller, led-strip, mote, raspberry-pi, raspberry-pi-library, rgb, rust
- Language: Rust
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mote Rust library
[![Build Status](https://travis-ci.org/tiziano88/mote-rs.svg?branch=master)](https://travis-ci.org/tiziano88/mote-rs)
This is an unofficial library to control [Mote](https://shop.pimoroni.com/products/mote) using [Rust](https://www.rust-lang.org/en-US/).
Official Python library: https://github.com/pimoroni/mote
# Examples
`cargo run --example wave`
`cargo run --example solid`
`cargo run --example sparkles`
`cargo run --example strobe`