drivers/i2c/README.md
This package provides drivers for i2cdevices. It must be used along with an adaptor such as Tinker Board that supports the needed interfaces for i2c devices.
Please refer to the main README.md
Gobot has a extensible system for connecting to hardware devices. The following i2c devices are currently supported:
More drivers are coming soon...
You can set a different I2C address or I2C bus than the default when initializing your I2C drivers by using optional parameters. Here is an example:
blinkm := i2c.NewBlinkMDriver(e, i2c.WithBus(0), i2c.WithAddress(0x09))