// Initialize and start the stepper motor subsystem
voidst_init();
// Copy the current absolute position in steps into the provided vector
voidst_get_position_steps(int32_t(*vector)[3]);
// Block until all buffered steps are executed
voidst_synchronize();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.