We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049ab30 commit e4dfef6Copy full SHA for e4dfef6
1 file changed
modules/robot/services/PIDService/src/PIDService.cpp
@@ -58,7 +58,7 @@ void PIDService::Run()
58
// Rampa de aceleração ao iniciar
59
if(firstStart) {
60
for(int velMin = MIN_THROTTLE; velMin < brushlessSpeedPWM; velMin+= 64) {
61
- vTaskDelay(pdMS_TO_TICKS(25));
+ vTaskDelay(pdMS_TO_TICKS(50));
62
AnalogWrite(PWM_BRUSHLESS_A, velMin);
63
printf("CORLESS - velMin: %d\n", velMin);
64
printf("CORLESS - brushlessSpeed: %d\n", brushlessSpeedPWM);
0 commit comments