1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-01 13:48:57 +08:00
2014-06-10 15:16:11 -07:00
..
2014-04-29 13:20:32 -07:00
2014-05-22 21:33:05 -07:00
2014-04-29 13:20:32 -07:00
2014-05-22 21:33:05 -07:00
2014-06-10 15:16:11 -07:00
2014-04-29 13:20:32 -07:00
2014-06-09 19:01:53 -07:00
2014-05-22 21:33:05 -07:00
2014-06-10 15:16:11 -07:00

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/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...