mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-14 02:07:56 -06:00
trsync: Introduce new "trigger synchronization" support
Separate out the stepper stopping code from endstop.c into its own trsync.c code file. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
f3bd4e6acf
commit
05c2d51a12
7 changed files with 299 additions and 110 deletions
|
@ -4,7 +4,5 @@
|
|||
#include <stdint.h> // uint8_t
|
||||
|
||||
uint_fast8_t stepper_event(struct timer *t);
|
||||
struct stepper *stepper_oid_lookup(uint8_t oid);
|
||||
void stepper_stop(struct stepper *s);
|
||||
|
||||
#endif // stepper.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue