CRServoAttachment
open class CRServoAttachment(name: String, crServo: CRServo, direction: DcMotorSimple.Direction = DcMotorSimple.Direction.FORWARD) : Attachment
CRServoAttachment is an Attachment that controls a crServo.
Parameters
name
the name of the attachment
crServo
the cr servo to control
direction
the direction of the cr servo
Inheritors
Constructors
Link copied to clipboard
constructor(name: String, crServo: CRServo, direction: DcMotorSimple.Direction = DcMotorSimple.Direction.FORWARD)