Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + type IO struct + Pull onewire.Pullup + R []byte + W []byte + type Playback struct + Count int + Devices []onewire.Address + DontPanic bool + Ops []IO + QPin gpio.PinIO + func (p *Playback) Close() error + func (p *Playback) Q() gpio.PinIO + func (p *Playback) Search(alarmOnly bool) ([]onewire.Address, error) + func (p *Playback) SearchTriplet(direction byte) (onewire.TripletResult, error) + func (p *Playback) String() string + func (p *Playback) Tx(w, r []byte, pull onewire.Pullup) error + type Record struct + Bus onewire.Bus + Ops []IO + func (r *Record) Q() gpio.PinIO + func (r *Record) Search(alarmOnly bool) ([]onewire.Address, error) + func (r *Record) String() string + func (r *Record) Tx(w, read []byte, pull onewire.Pullup) error Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017