Skip to content

Commit

Permalink
Update open_loop_position_example.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
askuric authored Feb 3, 2025
1 parent 1a267af commit e11ab31
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setup() {
// limiting motor movements
// limit the voltage to be set to the motor
// start very low for high resistance motors
// currnet = resistance*voltage, so try to be well under 1Amp
// currnet = voltage/resistance, so try to be well under 1Amp
motor.voltage_limit = 3; // [V]
// limit/set the velocity of the transition in between
// target angles
Expand Down Expand Up @@ -78,4 +78,4 @@ void loop() {

// user communication
command.run();
}
}

0 comments on commit e11ab31

Please sign in to comment.