#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 blinkAdd firmata to your Cargo.toml
[dependencies]
firmata = "0.2.0"
- I2C
- Pwm
- Servo
- Analog
- Digital
Copyright (c) 2015 Adrian Zankich
Distributed under the MIT License.