This gem is a work-in-progress to allow controlling the LEGO EV3. At present, the EV3 can be connected over Bluetooth, the brick can play tones, and motor speed can be set.
Add this line to your application's Gemfile:
gem 'ruby-ev3', :require => 'ev3'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby-ev3
TODO: Write usage instructions here
- Fork it (http://github.com/jcnnghm/ruby-ev3/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request