| Crates.io | firmata |
| lib.rs | firmata |
| version | 0.2.0 |
| created_at | 2015-07-03 03:50:09.022618+00 |
| updated_at | 2015-12-11 23:58:51.47213+00 |
| description | A client library for communicating with devices using the firmata protocol |
| homepage | https://github.com/zankich/rust-firmata |
| repository | https://github.com/zankich/rust-firmata |
| max_upload_size | |
| id | 2523 |
| size | 17,961 |
#rust-firmata
Control your firmata powered device with rust!
$ 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.2.0"
Copyright (c) 2015 Adrian Zankich
Distributed under the MIT License.