FRC1756-Argos / 2017-Robot

Robot code for 2017 FRC Season
GNU General Public License v3.0
1 stars 0 forks source link

Add "Position Reached" output to control blocks #58

Closed dkt01 closed 7 years ago

dkt01 commented 7 years ago

The following VIs need a "position reached" boolean output to indicate a setpoint positionl/speed has been achieved:

The following pneumatics need a "position reached" boolean output to indicate the extension/retraction should have completed:

For all of these outputs, the value produced should be debounced

dkt01 commented 7 years ago

This is a dependency for #59 #60 and #61