zankich / rust-firmata

A rust library for communicating with devices using the firmata protocol

Home Page:https://crates.io/crates/firmata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#rust-firmata

Control your firmata powered device with rust!

Getting Started

$ git clone https://github.com/zankich/rust-firmata && cd rust-firmata
$ cargo build
$ cargo run --example blink

Usage

Add firmata to your Cargo.toml

[dependencies]
firmata = "0.2.0"

What works

  • I2C
  • Pwm
  • Servo
  • Analog
  • Digital

License

Copyright (c) 2015 Adrian Zankich

Distributed under the MIT License.

About

A rust library for communicating with devices using the firmata protocol

https://crates.io/crates/firmata

License:MIT License


Languages

Language:Rust 100.0%