New values
This commit is contained in:
parent
9134fe0440
commit
7466fea535
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ uint16_t sensorValues[SensorCount];
|
||||||
|
|
||||||
float Kp = 0.1; //set up the constants value
|
float Kp = 0.1; //set up the constants value
|
||||||
float Ki = 0;
|
float Ki = 0;
|
||||||
float Kd = 0.5;
|
float Kd = 0.6;
|
||||||
int P;
|
int P;
|
||||||
int I;
|
int I;
|
||||||
int D;
|
int D;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue