Home

Awesome

Artoo Adaptor For Beaglebone

This repository contains the Artoo (http://artoo.io/) adaptor for the Beaglebone Black.

Artoo is a open source micro-framework for robotics using Ruby.

For more information about Artoo, check out our repo at https://github.com/hybridgroup/artoo

Code Climate Build Status

Installing

gem install artoo-beaglebone

Using

require 'artoo'

connection :beaglebone, :adaptor => :beaglebone
device :led, :driver => :led, :pin => :P9_12

work do
  every 1.second do
    led.on? ? led.off : led.on
  end
end

Getting Started

The fastest way to get started with your Beaglebone Black is to use our provided image

Documentation

Check out our documentation for lots of information about how to use Artoo.

IRC

Need more help? Just want to say "Hello"? Come visit us on IRC freenode #artoo

Contributing

(c) 2012-2014 The Hybrid Group