firmata 0.2.0

A client library for communicating with devices using the firmata protocol
Documentation
  • Coverage
  • 0%
    0 out of 78 items documented0 out of 17 items with examples
  • Size
  • Source code size: 20.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • zankich/rust-firmata
    20 5 4
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • zankich

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