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

Issue-93 fixed to use the speedlimiter arg #94

Closed dfuglsang closed 7 years ago

dfuglsang commented 7 years ago

Fixed the version of the Hardware.Motors.victorSP(int channel, DoubleToDoubleFunction speedLimiter) method to use the passed in speedLimiter argument.

Fixes #93