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 Ki = 0;
|
||||
float Kd = 0.5;
|
||||
float Kd = 0.6;
|
||||
int P;
|
||||
int I;
|
||||
int D;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue