Talon SRX Programming problems.

Does anyone mind providing samples of their code while programming the drive motor setup using Talon SRXs. I have tried numerous times without any change in the indicator light.

Thanks in advance,
Braydon
5611 Neon Tigers

Example using WPI drivetrain class.
https://github.com/CrossTheRoadElec/Phoenix-Examples-Languages/blob/master/Java/SixTalonArcadeDrive/src/org/usfirst/frc/team217/robot/Robot.java

LV example below…

Thank you! This helped me out a lot!

If you explore the links Omar provided, you’ll find a great deal of examples to help you both start off and find the more advanced features of the SRX controllers.

As you have time, I’d definitely recommend looking through the examples.

Okay. I definitely will!