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.
2 parents 4247ac2 + 3dcf236 commit 55027dfCopy full SHA for 55027df
examples/motion_control/velocity_motion_control/magnetic_sensor/velocity_control/velocity_control.ino
@@ -77,7 +77,7 @@ void setup() {
77
motor.initFOC();
78
79
// add target command T
80
- command.add('T', doTarget, "target voltage");
+ command.add('T', doTarget, "target velocity");
81
82
Serial.println(F("Motor ready."));
83
Serial.println(F("Set the target velocity using serial terminal:"));
@@ -103,4 +103,4 @@ void loop() {
103
104
// user communication
105
command.run();
106
-}
+}
0 commit comments