소스 검색

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;


불러오는 중...
취소
저장