strongback / strongback-java

A library for FIRST Robotics Competition robots that makes it easier to write and test your robot code.
MIT License
41 stars 38 forks source link

Fix Incorrect Indices for Microsoft Sidewinder #100

Closed primetoxinz closed 7 years ago

primetoxinz commented 7 years ago

WPILib requires Joystick::getRawButton to start at index 1, not index 0. This may be necessary for other joysticks, but my team does not have any others to test.