0.0
No commit activity in last 3 years
No release in over 3 years
Artoo adaptor and driver for Wandboard
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

>= 1.8.0
 Project Readme

Artoo Adaptor For Wandboard

This repository contains the Artoo adaptor for Wandboard.

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

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

Installing

gem install artoo-wandboard

Using

require 'artoo'

connection :wandboard, :adaptor => :wandboard
device :led, :driver => :led, :pin => :JP4_4

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

Connecting

Run this Gem on Wandboard device itself.