tags:
- stub
Motor Control
Requires:Robot Code Basics
Recommends:Commands
This documentation assumes you have the third party Rev Library installed. You can find instructions here.
https://docs.wpilib.org/en/latest/docs/software/vscode-overview/3rd-party-libraries.html
This document also assumes correct wiring and powering of a motor controller. This should be the case if you're using a testbench.
// Robot.java
public Robot extends TimedRobot{
public void teleopPeriodic(){
}
}