hybridgroup.gobot/platforms/i2c
Adrian Zankich 1700c1276c Merge branch 'master' into dev 2014-07-10 11:54:48 -07:00
..
docs WIP project restructure 2014-04-29 13:20:32 -07:00
LICENSE WIP project restructure 2014-04-29 13:20:32 -07:00
README.md Fix platform paths 2014-07-06 14:17:10 -05:00
blinkm_driver.go Clean up drivers 2014-07-09 18:32:27 -07:00
blinkm_driver_test.go The Driver struct now has an Adaptor field 2014-06-15 17:22:50 -07:00
hmc6352_driver.go Clean up drivers 2014-07-09 18:32:27 -07:00
hmc6352_driver_test.go The Driver struct now has an Adaptor field 2014-06-15 17:22:50 -07:00
i2c.go I2c inteface now uses byte instead of uint16 2014-06-06 16:58:17 -07:00
test_helper.go Update i2c package 2014-07-07 16:59:19 -07:00
wiichuck_driver.go Clean up drivers 2014-07-09 18:32:27 -07:00
wiichuck_driver_test.go The Driver struct now has an Adaptor field 2014-06-15 17:22:50 -07:00

README.md

I2C

This package provides drivers for i2cdevices . It is normally not used directly, but instead is registered by an adaptor such as firmata that supports the needed interfaces for i2c devices.

Getting Started

Installing

go get github.com/hybridgroup/gobot && go install github.com/hybridgroup/gobot/platforms/i2c

Hardware Support

Gobot has a extensible system for connecting to hardware devices. The following i2c devices are currently supported:

  • BlinkM
  • HMC6352 Digital Compass
  • Wii Nunchuck Controller

More drivers are coming soon...