Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + const R1000Ω + const R500Ω + type Dev struct + func New(i i2c.Bus, opts *Opts) (*Dev, error) + func (d *Dev) Halt() error + func (d *Dev) Search(alarmOnly bool) ([]onewire.Address, error) + func (d *Dev) SearchTriplet(direction byte) (onewire.TripletResult, error) + func (d *Dev) String() string + func (d *Dev) Tx(w, r []byte, power onewire.Pullup) error + type Opts struct + Addr uint16 + PassivePullup bool + PresenceDetect time.Duration + PullupRes PupOhm + ResetLow time.Duration + Write0Low time.Duration + Write0Recovery time.Duration + type PupOhm uint8 Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017