Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 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.0.0+incompatible Aug 25, 2017