KCRServo

class KCRServo(name: String) : KDevice<CRServo>

Standard CRServo wrapper

Parameters

name

hardware configuration name

Constructors

Link copied to clipboard
fun KCRServo(name: String)

Properties

Link copied to clipboard
var power: Double = 0.0

power the CRServo is running at

Inherited properties

Link copied to clipboard
val deviceName: String

Functions

Link copied to clipboard
fun reverse(): KCRServo

Inherited functions

Link copied to clipboard
open override fun toString(): String