firmata

Crates.iofirmata
lib.rsfirmata
version0.2.0
sourcesrc
created_at2015-07-03 03:50:09.022618
updated_at2015-12-11 23:58:51.47213
descriptionA client library for communicating with devices using the firmata protocol
homepagehttps://github.com/zankich/rust-firmata
repositoryhttps://github.com/zankich/rust-firmata
max_upload_size
id2523
size17,961
Adrian Zankich (zankich)

documentation

README

#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.

Commit count: 21

cargo fmt