Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 v0 v0.0.1 May 23, 2018 Changes in this version + type LogPinIO struct + func (p *LogPinIO) In(pull gpio.Pull, edge gpio.Edge) error + func (p *LogPinIO) Out(l gpio.Level) error + func (p *LogPinIO) Pull() gpio.Pull + func (p *LogPinIO) Read() gpio.Level + func (p *LogPinIO) Real() gpio.PinIO + func (p *LogPinIO) WaitForEdge(timeout time.Duration) bool + type Pin struct + EdgesChan chan gpio.Level + Fn string + L gpio.Level + N string + Num int + P gpio.Pull + func (p *Pin) Function() string + func (p *Pin) Halt() error + func (p *Pin) In(pull gpio.Pull, edge gpio.Edge) error + func (p *Pin) Name() string + func (p *Pin) Number() int + func (p *Pin) Out(l gpio.Level) error + func (p *Pin) Pull() gpio.Pull + func (p *Pin) Read() gpio.Level + func (p *Pin) String() string + func (p *Pin) WaitForEdge(timeout time.Duration) bool + type PinPWM struct + D gpio.Duty + P time.Duration + func (p *PinPWM) PWM(duty gpio.Duty, period time.Duration) error Incompatible versions in this module v2.2.0+incompatible Apr 30, 2018 v2.1.0+incompatible Dec 15, 2017 v2.0.0+incompatible Aug 25, 2017