Skip to content

Commit

Permalink
Added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
AraReighard committed Feb 2, 2024
1 parent b4729e0 commit da58739
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/frc/robot/subsystems/mailbox/Mailbox.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ public class Mailbox extends SubsystemBase {

/** Creates a new Mailbox. */
public Mailbox() {

this.limitSwitch = new DigitalInput(Constants.Mailbox.MAILBOX_LIMIT_SWITCH_DIO_PORT);
}

/**
* Gets the Mailbox Limit Switch's Value.
* Gets the Mailbox Limit Switch's Value. Assumes the limitSwitch reports false when open.
*
* @return true if the mailbox is fully raised. False otherwise.
*/
Expand Down

0 comments on commit da58739

Please sign in to comment.