Andy Baker
Andy Baker
Add Delta kinematics, rotary actuators (not linear)  Tinkersprojects has an excellent delta robot library - [https://github.com/tinkersprojects/Delta-Kinematics-Library](url) Moves will need to be broken up into little pieces much like the...
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...
On RP2040 (Arduino), compiling fails due to a function-pointer type mismatch in mcurses.c. The file declares FunctionPointer_putchar as void (*)(uint_fast8_t), but the public API (mcurses.h) and typical Arduino callbacks use...