We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de755f4 commit 1a267afCopy full SHA for 1a267af
examples/hardware_specific_examples/Teensy/Teensy3/open_loop_velocity_6pwm/open_loop_velocity_6pwm.ino
@@ -38,7 +38,7 @@ void setup() {
38
// limiting motor movements
39
// limit the voltage to be set to the motor
40
// start very low for high resistance motors
41
- // currnet = resistance*voltage, so try to be well under 1Amp
+ // currnet = voltage/resistance, so try to be well under 1Amp
42
motor.voltage_limit = 3; // [V]
43
44
// open loop control config
0 commit comments