formatting + moved current position getter to planner
This commit is contained in:
parent
07f8623098
commit
6dc81b41c9
5 changed files with 14 additions and 13 deletions
|
|
@ -27,9 +27,6 @@
|
|||
// Initialize and start the stepper motor subsystem
|
||||
void st_init();
|
||||
|
||||
// Copy the current absolute position in steps into the provided vector
|
||||
void st_get_position_steps(int32_t (*vector)[3]);
|
||||
|
||||
// Block until all buffered steps are executed
|
||||
void st_synchronize();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue