A B C F G H I L M O P R S V
All Classes All Packages
All Classes All Packages
All Classes All Packages
S
- S0 - org.firstinspires.ftc.teamcode.API.Servo
- S1 - org.firstinspires.ftc.teamcode.API.Servo
- S10 - org.firstinspires.ftc.teamcode.API.Servo
- S11 - org.firstinspires.ftc.teamcode.API.Servo
- S2 - org.firstinspires.ftc.teamcode.API.Servo
- S3 - org.firstinspires.ftc.teamcode.API.Servo
- S4 - org.firstinspires.ftc.teamcode.API.Servo
- S5 - org.firstinspires.ftc.teamcode.API.Servo
- S6 - org.firstinspires.ftc.teamcode.API.Servo
- S7 - org.firstinspires.ftc.teamcode.API.Servo
- S8 - org.firstinspires.ftc.teamcode.API.Servo
- S9 - org.firstinspires.ftc.teamcode.API.Servo
- setBehaviour(API.MotorBehaviour) - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Set the zero-power behaviour of the motor.
- setDirection(API.Direction) - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Sets the direction the motor should move in, without starting the motor
- setDirection(API.Direction, boolean) - Method in enum org.firstinspires.ftc.teamcode.API.Motor
- setDirection(API.Direction, boolean) - Method in enum org.firstinspires.ftc.teamcode.API.Servo
-
Sets the direction of the servo.
- setPosition(double) - Method in enum org.firstinspires.ftc.teamcode.API.Servo
-
Sets the intended position of the servo, in degrees.
- setPower(double) - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Sets the power without starting the motor
- start() - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Starts the motor
- start() - Method in class org.firstinspires.ftc.teamcode.Gamepad
- start(double) - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Starts the motor with the specified power
- start(double) - Method in enum org.firstinspires.ftc.teamcode.API.Servo
-
Starts the servo
- stop() - Method in enum org.firstinspires.ftc.teamcode.API.Motor
-
Stops the motor and sets the power to 0
- stop() - Method in enum org.firstinspires.ftc.teamcode.API.Servo
-
Stops the servo by setting the power to 0.
- stop() - Static method in class org.firstinspires.ftc.teamcode.MovementAPI
-
Stops the robot
All Classes All Packages