Versions in this module Expand all Collapse all v0 v0.1.1 Aug 13, 2020 Changes in this version + func Rate(r time.Duration) v0.1.0 Aug 10, 2020 Changes in this version + const Centered + const Normalized + func Close() + type Servo struct + Flags flag + MaxPulse float64 + MinPulse float64 + Name string + func New(GPIO int) (s *Servo) + func (s *Servo) Close() + func (s *Servo) Connect() error + func (s *Servo) MoveTo(target float64) (wait Waiter) + func (s *Servo) Position() float64 + func (s *Servo) SetPosition(position float64) + func (s *Servo) SetSpeed(percentage float64) + func (s *Servo) Stop() + func (s *Servo) String() string + func (s *Servo) Wait() + type Waiter interface + Wait func()