Better ruby driver for buspirate
Add this line to your application's Gemfile:
gem 'rbuspirate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rbuspirate
See examples/ dir
I2C: Full support
UART: Basic support (only bridge mode, no custom speed)
1WIRE: Full support
Windows not supported, contributions are welcomed
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.
Bug reports and pull requests are welcome on GitHub at https://github.com/sh7d/rbuspirate.
- Documentation
- Full uart support
- SPI
- Other protocols