Skip to content

Commit

Permalink
Corrige errores
Browse files Browse the repository at this point in the history
  • Loading branch information
robotaleh committed Feb 18, 2018
1 parent 7860419 commit b6cc9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/PIDfromBT01/PIDfromBT01.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int vel = 0;
int suc = 0;

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

void setup() {
// Inicia el Serial
Expand Down

0 comments on commit b6cc9a9

Please sign in to comment.