ServoAttachment
open class ServoAttachment(name: String, servo: Servo, val direction: Servo.Direction = Servo.Direction.FORWARD) : Attachment
ServoAttachment is an Attachment that controls a servo.
Parameters
name
the name of the servo
servo
the servo to control
direction
the direction of the servo