Skip to content

Commit b6cc9a9

Browse files
committed
Corrige errores
1 parent 7860419 commit b6cc9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PIDfromBT01/PIDfromBT01.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ int vel = 0;
2020
int suc = 0;
2121

2222
// Creación del Objeto PIDfromBT
23-
PIDfromBT pid_calibrate(&kp, &kd, &ki, &vel, &ideal, &suc, DEBUG);
23+
PIDfromBT pid_calibrate(&kp, &ki, &kd, &vel, &ideal, &suc, DEBUG);
2424

2525
void setup() {
2626
// Inicia el Serial

0 commit comments

Comments
 (0)