commit
This commit is contained in:
parent
2b372cd3f9
commit
528be81e61
|
@ -4,7 +4,7 @@ QTRSensors qtr;
|
|||
const uint8_t SensorCount = 8;
|
||||
uint16_t sensorValues[SensorCount];
|
||||
|
||||
float Kp = 0.07; //set up the constants value
|
||||
float Kp = 0.07;//set up the constants value
|
||||
float Ki = 0.0008;
|
||||
float Kd = 0.6;
|
||||
int P;
|
||||
|
|
Loading…
Reference in a new issue