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

Overload method to submit commands with functions or lambdas #24

Closed rhauch closed 9 years ago

rhauch commented 9 years ago

Adds more overloaded Strongback.submi(...) methods that take functions, lambdas or other parameters. These are merely convenience methods to simplify running very simple commands.

Closes #23