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
Doesn't compile on account of no return statement.
// inverse kinematics: (x0, y0, z0) -> (thetaA, thetaB, thetaC)
int DeltaKinematics::inverse()
{
inverse(x, y, z);
return 0; // Added by Andy Baker because it wasn't compiling in the new Arduino
}
The text was updated successfully, but these errors were encountered:
Doesn't compile on account of no return statement.
The text was updated successfully, but these errors were encountered: