Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1000 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 1000 Bytes

EV3

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.

Installation

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

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it (http://github.com/jcnnghm/ruby-ev3/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request