hybridgroup.gobot/platforms/i2c
Adrian Zankich 7050410217 Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08: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 Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
blinkm_driver_test.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
doc.go Update docs 2014-10-28 14:52:59 -07:00
hmc6352_driver.go Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08:00
hmc6352_driver_test.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
i2c.go Add error to i2c interface 2014-11-19 16:56:48 -08:00
mpl115a2_driver.go Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08:00
mpl115a2_driver_test.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
mpu6050_driver.go Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08:00
mpu6050_driver_test.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
test_helper.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08:00
wiichuck_driver.go Add optional interval parameter for drivers which poll at an interval 2014-11-28 18:37:03 -08:00
wiichuck_driver_test.go Refactor i2c to use new driver interface 2014-11-22 19:38:39 -08: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...