Skip to content

Commit 1a53e78

Browse files
authored
Merge pull request #235 from suryavip/patch-1
Comment correction in open loop example
2 parents 2d9a407 + 27415a7 commit 1a53e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/motion_control/open_loop_motor_control/open_loop_velocity_example/open_loop_velocity_example.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void setup() {
3737
// limiting motor movements
3838
// limit the voltage to be set to the motor
3939
// start very low for high resistance motors
40-
// currnet = resistance*voltage, so try to be well under 1Amp
40+
// current = voltage / resistance, so try to be well under 1Amp
4141
motor.voltage_limit = 3; // [V]
4242

4343
// open loop control config

0 commit comments

Comments
 (0)