Moving to src

Este commit está contenido en:
Lukas Bachschwell 2017-12-03 21:49:56 +01:00
padre 4b8945f02f
commit b0ee9f7591
Se han modificado 4 ficheros con 1 adiciones y 3 borrados

Ver fichero

Ver fichero

@ -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];