Open jcorcoran opened 9 years ago
The only outstanding item on this issue is to add the sensor for the "above tote height". This is somewhere along travel (between fully lowered and fully raised) and is intended to be used in auto so that we don't need to fully zero the lift. Which should trim some time off our sequences.
Add three sensors to the lift subsystem.
The sensors being used will be digital inputs (on/off) to the control system. See the DigitalInput class: http://team2168.org/javadoc/edu/wpi/first/wpilibj/DigitalInput.html
Add getters to the code to get their state.