Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 v0 v0.0.1 May 23, 2018 Changes in this version + type Bus interface + SetSpeed func(hz int64) error + Tx func(addr uint16, w, r []byte) error + type BusCloser interface + type Dev struct + Addr uint16 + Bus Bus + func (d *Dev) Duplex() conn.Duplex + func (d *Dev) String() string + func (d *Dev) Tx(w, r []byte) error + func (d *Dev) Write(b []byte) (int, error) + type Pins interface + SCL func() gpio.PinIO + SDA func() gpio.PinIO Incompatible versions in this module v2.2.0+incompatible Apr 30, 2018 v2.1.0+incompatible Dec 15, 2017 v2.0.0+incompatible Aug 25, 2017