Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh7d/rbuspirate
https://github.com/sh7d/rbuspirate
bus-pirate buspirate ruby ruby-library
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sh7d/rbuspirate
- Owner: sh7d
- Created: 2019-12-20T11:03:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T10:38:09.000Z (over 4 years ago)
- Last Synced: 2024-11-16T12:08:32.698Z (about 1 month ago)
- Topics: bus-pirate, buspirate, ruby, ruby-library
- Language: Ruby
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rbuspirate
Better ruby driver for buspirate
## Installation
Add this line to your application's Gemfile:
```ruby
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