Reflowed comments and removed commented out code (#735)

This commit is contained in:
Tyler Veness
2017-11-16 00:33:51 -08:00
committed by Peter Johnson
parent 1e8d18b328
commit c663d7cd16
103 changed files with 784 additions and 778 deletions

View File

@@ -20,11 +20,13 @@ namespace frc {
/**
* Class for operating a compressor connected to a %PCM (Pneumatic Control
* Module). The %PCM will automatically run in closed loop mode by default
* whenever a Solenoid object is created. For most cases, a Compressor object
* does not need to be instantiated or used in a robot program. This class is
* only required in cases where the robot program needs a more detailed status
* of the compressor or to enable/disable closed loop control.
* Module).
*
* The PCM will automatically run in closed loop mode by default whenever a
* Solenoid object is created. For most cases, a Compressor object does not need
* to be instantiated or used in a robot program. This class is only required in
* cases where the robot program needs a more detailed status of the compressor
* or to enable/disable closed loop control.
*
* Note: you cannot operate the compressor directly from this class as doing so
* would circumvent the safety provided by using the pressure switch and closed