gpio: correct docs formatting for Servo driver
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
5bd8fd820b
commit
f16e2cdb04
|
@ -15,9 +15,9 @@ type ServoDriver struct {
|
|||
//
|
||||
// Adds the following API Commands:
|
||||
// "Move" - See ServoDriver.Move
|
||||
// "Min" - See ServoDriver.Min
|
||||
// "Center" - See ServoDriver.Center
|
||||
// "Max" - See ServoDriver.Max
|
||||
// "Min" - See ServoDriver.Min
|
||||
// "Center" - See ServoDriver.Center
|
||||
// "Max" - See ServoDriver.Max
|
||||
func NewServoDriver(a ServoWriter, pin string) *ServoDriver {
|
||||
s := &ServoDriver{
|
||||
name: gobot.DefaultName("Servo"),
|
||||
|
|
Loading…
Reference in New Issue