Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
/ rust-firmata Public archive

A rust library for communicating with devices using the firmata protocol

License

Notifications You must be signed in to change notification settings

zankich/rust-firmata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A rust library for communicating with devices using the firmata protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages