Control your firmata powered device with rust!
bash
$ git clone https://github.com/zankich/rust-firmata && cd rust-firmata
$ cargo build
$ cargo run --example blink
Add firmata
to your Cargo.toml
[dependencies]
firmata = "0.1.0"
Copyright (c) 2015 Adrian Zankich
Distributed under the MIT License.