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 650db22 commit 523c560Copy full SHA for 523c560
libraries/ClearPathModeExamples/ClearPath-MC Series/FollowDigitalVelocity/FollowDigitalVelocity.ino
@@ -152,7 +152,7 @@ bool CommandVelocity(int commandedVelocity) {
152
}
153
154
// Delays to send the correct filtered direction.
155
- delay(INPUT_A_FILTER);
+ delay(2 + INPUT_A_FILTER);
156
157
// Find the scaling factor of our velocity range mapped to the PWM duty
158
// cycle range (255 is the max duty cycle).
@@ -164,7 +164,6 @@ bool CommandVelocity(int commandedVelocity) {
164
// Command the move.
165
motor.MotorInBDuty(dutyRequest);
166
167
- Serial.println("Move Done");
168
return true;
169
170
//------------------------------------------------------------------------------
0 commit comments