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

Add utility methods to AND and OR switches #69

Closed rhauch closed 8 years ago

rhauch commented 8 years ago

Make it easier to combine two switches by either AND-ing or OR-ing the switches by adding utility methods.

rhauch commented 8 years ago

Closed by #70