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 7860419 commit b6cc9a9Copy full SHA for b6cc9a9
examples/PIDfromBT01/PIDfromBT01.ino
@@ -20,7 +20,7 @@ int vel = 0;
20
int suc = 0;
21
22
// Creación del Objeto PIDfromBT
23
-PIDfromBT pid_calibrate(&kp, &kd, &ki, &vel, &ideal, &suc, DEBUG);
+PIDfromBT pid_calibrate(&kp, &ki, &kd, &vel, &ideal, &suc, DEBUG);
24
25
void setup() {
26
// Inicia el Serial
0 commit comments