NextFTC Suite
Toggle table of contents
0.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
NextFTC Suite
NextFTC Hardware
/
dev.nextftc.hardware.actuators
/
NextMotor
/
ControlType
/
Follow
Follow
data
class
Follow
(
val
motor
:
NextMotor
,
val
direction
:
NextMotor.Direction
)
:
NextMotor.ControlType
Follows another motor's behavior.
Members
Constructors
Follow
Link copied to clipboard
constructor
(
motor
:
NextMotor
,
direction
:
NextMotor.Direction
)
Properties
direction
Link copied to clipboard
val
direction
:
NextMotor.Direction
motor
Link copied to clipboard
val
motor
:
NextMotor