Skip to content

Commit 83c341b

Browse files
authored
Update open_loop_velocity_6pwm.ino
1 parent e11ab31 commit 83c341b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hardware_specific_examples/Teensy/Teensy4/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setup() {
5353
// limiting motor movements
5454
// limit the voltage to be set to the motor
5555
// start very low for high resistance motors
56-
// currnet = resistance*voltage, so try to be well under 1Amp
56+
// currnet = voltage/resistance, so try to be well under 1Amp
5757
motor.voltage_limit = 3; // [V]
5858

5959
// open loop control config

0 commit comments

Comments
 (0)