Sha256: 9cace4aaa0888da04a9eae9cfa9f164f9751023bea86d3874e12e55f5fd76d4d
Contents?: true
Size: 1.16 KB
Versions: 3
Compression:
Stored size: 1.16 KB
Contents
# Artoo Drivers For i2c Devices This repository contains the Artoo (http://artoo.io/) standard drivers for i2c devices. Artoo is a open source micro-framework for robotics using Ruby. For more information abut Artoo, check out our repo at https://github.com/hybridgroup/artoo [![Code Climate](https://codeclimate.com/github/hybridgroup/artoo-i2c.png)](https://codeclimate.com/github/hybridgroup/artoo-i2c) [![Build Status](https://travis-ci.org/hybridgroup/artoo-i2c.png?branch=master)](https://travis-ci.org/hybridgroup/artoo-i2c) ## Installing ``` gem install artoo-i2c ``` ## Using Normally, this gem is automatically included as part of using an Artoo adaptor that can connect to your hardware. For example, artoo-arduino and artoo-raspi both make use of the drivers in this gem. ```ruby require 'artoo' puts "Example here" ``` ## Devices supported The following i2c hardware devices have driver support: - Wiichuck - Wiiclassic ## Contributing 1. Fork it 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
artoo-i2c-0.2.1 | README.md |
artoo-i2c-0.2.0 | README.md |
artoo-i2c-0.1.0 | README.md |