Skip to content

Commit

Permalink
I forgot!
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Burnett1612 committed Oct 22, 2024
1 parent 03d8e09 commit 2e522ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public void updateInputs(IntakeIOInputs inputs) {
inputs.appliedVolts =
motor.getMotorVoltage().getValueAsDouble() * motor.getSupplyVoltage().getValueAsDouble();
inputs.currentAmps = motor.getStatorCurrent().getValueAsDouble();
inputs.hasNote = beamBreak.get();
inputs.hasNote = !beamBreak.get();
}

@Override
Expand Down

0 comments on commit 2e522ec

Please sign in to comment.