Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 779 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 779 Bytes

Rbuspirate

Better ruby driver for buspirate

Installation

Add this line to your application's Gemfile:

gem 'rbuspirate'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rbuspirate

Usage

See examples/ dir

Status

I2C: Full support
UART: Basic support (only bridge mode, no custom speed)
1WIRE: Full support
Windows not supported, contributions are welcomed

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/sh7d/rbuspirate.

Todo

  • Documentation
  • Full uart support
  • SPI
  • Other protocols