Package com.asiankoala.koawalib.hardware.servo

Types

Link copied to clipboard
class KCRServo(name: String) : KDevice<CRServo>

Standard CRServo wrapper

Link copied to clipboard
class KMPServo @JvmOverloads constructor(    name: String,     constraints: MotionConstraints,     epsilon: Double = 0.01) : KDevice<Servo> , Periodic

Motion profiled servo. Follows a position curve generated by MotionProfile.generateTrapezoidal

Link copied to clipboard
class KServo(name: String) : KDevice<Servo>

Standard Servo wrapper