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

Correct Talon SRX limit switches #76

Closed rhauch closed 7 years ago

rhauch commented 8 years ago

Corrects the HardwareTalonSRX limit switches, which were reversed as reported in #64. However, rather than fixing this now we will wait until after the season since anyone using this would have already corrected the problem and upgrading would break their code.

closes #64