some minor bugs fixed

This commit is contained in:
2026-07-13 16:55:49 +03:00
parent 852d34204f
commit cdef16cad1
13 changed files with 105 additions and 228 deletions

View File

@@ -69,5 +69,7 @@ uint8_t geteswreact(uint8_t i);
void emstopmotor(uint8_t i);
void stopmotor(uint8_t i);
stp_state getmotstate(uint8_t i);
uint8_t ismoving(uint8_t i);
uint8_t isanymoving();
uint8_t motdiagn(uint8_t i);
void process_steppers();