Skip to content

Commit 1a267af

Browse files
authored
Update open_loop_velocity_6pwm.ino
1 parent de755f4 commit 1a267af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hardware_specific_examples/Teensy/Teensy3/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino

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

4444
// open loop control config

0 commit comments

Comments
 (0)