Tasks

open inner class Tasks

DualServo tasks, access with tasks.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun closeBoth(): Task
Create a task to close both servos.
Link copied to clipboard
open fun closeLeft(): Task
Create a task to close the left servo.
Link copied to clipboard
open fun closeRight(): Task
Create a task to close the right servo.
Link copied to clipboard
open fun openBoth(): Task
Create a task to open both servos.
Link copied to clipboard
open fun openLeft(): Task
Create a task to open the left servo.
Link copied to clipboard
open fun openRight(): Task
Create a task to open the right servo.
Link copied to clipboard
open fun toggleBoth(): Task
Create a task to toggle both servos.
Link copied to clipboard
open fun toggleLeft(): Task
Create a task to toggle the left servo.
Link copied to clipboard
open fun toggleRight(): Task
Create a task to toggle the right servo.