Hi, I am using following example to run two motors: https://github.com/adafruit/Adafruit_CircuitPython_MotorKit/blob/main/examples/motorkit_dual_stepper_test.py The code runs the motors sequentually, firstly the first motor, then the second. https://github.com/adafruit/Adafruit_CircuitPython_MotorKit/assets/18013985/9d6b03af-a5a7-4b67-81d0-f9b6270a4635 Is there a way to run the two motors at once?