Versions in this module Expand all Collapse all v0 v0.0.1 May 23, 2018 Changes in this version + type InOpLSB struct + type InOpMSB struct + type PinInLSB struct + Count int + DontPanic bool + N string + Ops []InOpLSB + func (p *PinInLSB) Close() error + func (p *PinInLSB) StreamIn(pull gpio.Pull, b gpiostream.Stream) error + func (p *PinInLSB) String() string + type PinInMSB struct + Count int + DontPanic bool + N string + Ops []InOpMSB + func (p *PinInMSB) Close() error + func (p *PinInMSB) StreamIn(pull gpio.Pull, b gpiostream.Stream) error + func (p *PinInMSB) String() string + type PinOutPlayback struct + Count int + DontPanic bool + N string + Ops []gpiostream.Stream + func (p *PinOutPlayback) Close() error + func (p *PinOutPlayback) StreamOut(s gpiostream.Stream) error + func (p *PinOutPlayback) String() string + type PinOutRecord struct + DontPanic bool + N string + Ops []gpiostream.Stream + func (p *PinOutRecord) StreamOut(s gpiostream.Stream) error + func (p *PinOutRecord) String() string Incompatible versions in this module v2.2.0+incompatible Apr 30, 2018 v2.1.0+incompatible Dec 15, 2017