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

Hardware.Motors.victorSP method ignores speed limiter argument #93

Closed dfuglsang closed 7 years ago

dfuglsang commented 7 years ago

In the version of the Hardware.Motors.victorSP() method that accepts a speed limiter argument it looks like that argument is ignored and the default SPEED_LIMITER function is being used.