Versions in this module Expand all Collapse all v3 v3.7.1 Aug 9, 2024 v3.7.0 Oct 27, 2022 v3.6.10 Dec 1, 2021 v3.6.9 Sep 14, 2021 v3.6.8 May 28, 2021 v3.6.7 Dec 30, 2020 Changes in this version + type InOp struct + type PinIn struct + Count int + DontPanic bool + N string + Ops []InOp + func (p *PinIn) Close() error + func (p *PinIn) Func() pin.Func + func (p *PinIn) Function() string + func (p *PinIn) Halt() error + func (p *PinIn) Name() string + func (p *PinIn) Number() int + func (p *PinIn) SetFunc(f pin.Func) error + func (p *PinIn) StreamIn(pull gpio.Pull, b gpiostream.Stream) error + func (p *PinIn) String() string + func (p *PinIn) SupportedFuncs() []pin.Func + type PinOutPlayback struct + Count int + DontPanic bool + N string + Ops []gpiostream.Stream + func (p *PinOutPlayback) Close() error + func (p *PinOutPlayback) Func() pin.Func + func (p *PinOutPlayback) Function() string + func (p *PinOutPlayback) Halt() error + func (p *PinOutPlayback) Name() string + func (p *PinOutPlayback) Number() int + func (p *PinOutPlayback) SetFunc(f pin.Func) error + func (p *PinOutPlayback) StreamOut(s gpiostream.Stream) error + func (p *PinOutPlayback) String() string + func (p *PinOutPlayback) SupportedFuncs() []pin.Func + type PinOutRecord struct + DontPanic bool + N string + Ops []gpiostream.Stream + func (p *PinOutRecord) Func() pin.Func + func (p *PinOutRecord) Function() string + func (p *PinOutRecord) Halt() error + func (p *PinOutRecord) Name() string + func (p *PinOutRecord) Number() int + func (p *PinOutRecord) SetFunc(f pin.Func) error + func (p *PinOutRecord) StreamOut(s gpiostream.Stream) error + func (p *PinOutRecord) String() string + func (p *PinOutRecord) SupportedFuncs() []pin.Func