toggle menu
BunyipsLib
v6.0.0-master-33a554fa
BunyipsLib
switch theme
search in API
BunyipsLib
/
au.edu.sa.mbhs.studentrobotics.bunyipslib.subsystems
/
DualServos
/
Tasks
Tasks
open
inner
class
Tasks
DualServo tasks, access with
tasks
.
Members
Constructors
Tasks
Link copied to clipboard
constructor
(
)
Functions
close
Both
Link copied to clipboard
@
NonNull
open
fun
closeBoth
(
)
:
Task
Create a task to close both servos.
close
Left
Link copied to clipboard
@
NonNull
open
fun
closeLeft
(
)
:
Task
Create a task to close the left servo.
close
Right
Link copied to clipboard
@
NonNull
open
fun
closeRight
(
)
:
Task
Create a task to close the right servo.
open
Both
Link copied to clipboard
@
NonNull
open
fun
openBoth
(
)
:
Task
Create a task to open both servos.
open
Left
Link copied to clipboard
@
NonNull
open
fun
openLeft
(
)
:
Task
Create a task to open the left servo.
open
Right
Link copied to clipboard
@
NonNull
open
fun
openRight
(
)
:
Task
Create a task to open the right servo.
toggle
Both
Link copied to clipboard
@
NonNull
open
fun
toggleBoth
(
)
:
Task
Create a task to toggle both servos.
toggle
Left
Link copied to clipboard
@
NonNull
open
fun
toggleLeft
(
)
:
Task
Create a task to toggle the left servo.
toggle
Right
Link copied to clipboard
@
NonNull
open
fun
toggleRight
(
)
:
Task
Create a task to toggle the right servo.