Moving to src

这个提交包含在:
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];