Advanced: the various 'hook' calls calls preInitHook(), postInitHook(), preLoopHook(),
diff --git a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchMotorLoopPerf.html b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchMotorLoopPerf.html
index f40039002ad..56adac82aaa 100644
--- a/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchMotorLoopPerf.html
+++ b/SwerveRoboticsLibrary/doc/javadoc/org/swerverobotics/library/examples/SynchMotorLoopPerf.html
@@ -17,7 +17,7 @@
catch(err) {
}
//-->
-var methods = {"i0":10};
+var methods = {"i0":10,"i1":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
@@ -128,7 +128,9 @@
Class SynchMotorLoopPerf
extends
SynchronousOpMode
An op mode that investigates how many loop() cycles it takes to do full
mode switching on a motor controller. Each main loop cycle does both
- a read and a write to the motor.
+ a read and a write to the motor.
+
+ This OpMode expects two motors, named 'motorLeft' and 'motorRight'.