Documentation ¶ Index ¶ type Driver func (servo *Driver) Center() func (servo *Driver) Configure(pin machine.Pin) func (servo *Driver) Left() func (servo *Driver) Right() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Driver ¶ type Driver struct { // contains filtered or unexported fields } Driver is used to control a sg90 servomotor. func (*Driver) Center ¶ func (servo *Driver) Center() func (*Driver) Configure ¶ func (servo *Driver) Configure(pin machine.Pin) func (*Driver) Left ¶ func (servo *Driver) Left() func (*Driver) Right ¶ func (servo *Driver) Right() Source Files ¶ View all Source files driver.go Click to show internal directories. Click to hide internal directories.