Skip to content

Commit 04588ff

Browse files
committed
Corrected some Talon references.
1 parent 79ab256 commit 04588ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/programming/driving_robot.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Before we begin we must create the class file for the drivetrain subsystem. See
2323

2424
In the Drivetrain class we will tell the subsystem what type of components it will be using.
2525

26-
- A Drivetrain needs motor controllers. In our case we will use 4 Talon SRs (a brand of controller for motors).
27-
- You could use other motor controllers such as Victor SPs or Talon SRXs but we will be using Talon SRs
28-
- If you are using other motor controllers, replace Talon with TalonSRX, Victor, or VictorSP in the code you write depending on the type you use.
26+
- A Drivetrain needs motor controllers. In our case we will use Neo SparkMaxes (a brand of controller for motors made by Rev Robotics).
27+
- You could use other motor controllers such as Victor SPs or Talon SRs but we will be using NEO SparkMaxes
28+
- If you are using other motor controllers, replace SparkMax with Talon, TalonSRX, Victor, or VictorSP in the code you write depending on the type you use.
2929
- You can use 2 motors (left and right), but for this tutorial we will use 4.
3030

3131
!!! Tip

0 commit comments

Comments
 (0)