Moving to src

This commit is contained in:
Lukas Bachschwell 2017-12-03 21:49:56 +01:00
부모 4b8945f02f
커밋 b0ee9f7591
4개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제

파일 보기

@ -36,9 +36,7 @@ class LARS {
void reverseServo(int id);
float getServo(int id);
void moveServos(int time, float target[8]);
void setTrim(int index, int value) {
trim[index] = value;
}
private:
Oscillator oscillator[8];
Servo servo[8];