Versions in this module Expand all Collapse all v1 v1.0.0 Aug 10, 2017 Changes in this version + 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) 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 Incompatible versions in this module v2.0.0+incompatible Aug 25, 2017