toggle menu
Cuttlefish Documentation
androidJvm
switch theme
search in API
CuttlefishFTCBridge
/
com.roboctopi.cuttlefishftcbridge.tasks
/
ServoPresetTask
Servo
Preset
Task
class
ServoPresetTask
(
val
servo
:
CuttleServo
,
val
preset
:
Int
)
:
Task
Members
Constructors
Servo
Preset
Task
Link copied to clipboard
constructor
(
servo
:
CuttleServo
,
preset
:
Int
)
Properties
preset
Link copied to clipboard
val
preset
:
Int
servo
Link copied to clipboard
val
servo
:
CuttleServo
Functions
kill
Link copied to clipboard
open
fun
kill
(
)
loop
Link copied to clipboard
open
override
fun
loop
(
)
:
Boolean
on
Begin
Link copied to clipboard
open
fun
onBegin
(
)
:
Boolean