Skip to content

Commit

Permalink
Kyle did something
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyScout06 committed Mar 18, 2024
1 parent caffc54 commit 6f178c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrappers/wrapperedSparkMax.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ def setVoltage(self, outputVoltageVolts):
log(self.name + "_cmdVoltage", outputVoltageVolts, "V")
if self.configSuccess:
err = self.ctrl.setVoltage(outputVoltageVolts)

#self.disconFault.set(err != REVLibError.kOk) This is commented out for debugging purposes.
log(self.name + "_outputCurrent", self.ctrl.getOutputCurrent(), "A")

Expand Down

0 comments on commit 6f178c4

Please sign in to comment.