fluxcr
This is a
Installation
Add this to your application's shard.yml
:
dependencies:
fluxcr:
github: elliotize/fluxcr
Usage
require "fluxcr"
finder = Fluxcr::LedFinder.new
leds = finder.all_leds
leds.get_statuses do |led, status|
puts status.state
end
leds.turn_all_off
sleep 10
leds.turn_all_on
Development
Contributing
- Fork it ( https://github.com/[your-github-name]/fluxcr/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 a new Pull Request
Contributors
- elliotize - creator, maintainer