瀏覽代碼

commit

master
父節點
當前提交
528be81e61
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      pid-example/pid-example.ino

+ 1
- 1
pid-example/pid-example.ino 查看文件

@@ -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…
取消
儲存