Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type IO struct + Addr uint16 + R []byte + W []byte + type Playback struct + Count int + DontPanic bool + Ops []IO + SCLPin gpio.PinIO + SDAPin gpio.PinIO + func (p *Playback) Close() error + func (p *Playback) SCL() gpio.PinIO + func (p *Playback) SDA() gpio.PinIO + func (p *Playback) SetSpeed(hz int64) error + func (p *Playback) String() string + func (p *Playback) Tx(addr uint16, w, r []byte) error + type Record struct + Bus i2c.Bus + Ops []IO + func (r *Record) SCL() gpio.PinIO + func (r *Record) SDA() gpio.PinIO + func (r *Record) SetSpeed(hz int64) error + func (r *Record) String() string + func (r *Record) Tx(addr uint16, w, read []byte) error Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017