https://github.com/davispuh/artoo-wandboard
Artoo adaptor for the Wandboard http://artoo.io
https://github.com/davispuh/artoo-wandboard
Last synced: about 1 year ago
JSON representation
Artoo adaptor for the Wandboard http://artoo.io
- Host: GitHub
- URL: https://github.com/davispuh/artoo-wandboard
- Owner: davispuh
- License: unlicense
- Created: 2014-11-10T06:23:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-22T03:20:24.000Z (over 11 years ago)
- Last Synced: 2025-06-07T17:16:57.672Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artoo Adaptor For Wandboard
This repository contains the [Artoo](http://artoo.io/) adaptor for [Wandboard](http://wandboard.org/).
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
```ruby
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.