TitanRobotics / 2022-FRC-2013

FRC Program for Titan Robotics Team 2022
Other
4 stars 5 forks source link

Pneumatics Compressor #116

Closed joemahmah closed 11 years ago

joemahmah commented 11 years ago

We need to make a subsystem that handles pneumatics.

egordon commented 11 years ago

This involves adding a system that monitors the pressure sensor and turns on and off the compressor. Most of this is done automatically with the Compressor Class: http://robotics.francisparker.org/javadoc/edu/wpi/first/wpilibj/Compressor.html

titanrobotics2022 commented 11 years ago

Fixed with pull request #119