You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
void GirarServo(int id, int minimo, int maximo, bool invertido, double porcentage);
public:
Brazo(int id_brazo, int id_antebrazo, int min_brazo, int max_brazo, int min_antebrazo, int max_antebrazo, bool brazo_invertido, bool antebrazo_invertido);