Juan Manuel Fernandez

Results 12 comments of Juan Manuel Fernandez

Tested Client app handling 2 motors. With all Controller Factories. With normal and Chained jobs. After I implement some or all of these controllers/motors I'll release 1st stable release. ```...

Updates: ## Drivers: ### Tested #### Adafruit Motor Hat **class AdafruitStepperDriverAdapter(BipolarStepperMotorDriver, ThirdPartyAdapter)** #### Bipolar ##### DRV8825 => **class DRV8825MotorDriver(BipolarStepperMotorDriver)** ##### [TMC2209 V1.3](https://www.amazon.com/gp/product/B07ZPYKL46/) **=> class TMC2209StandaloneMotorDriver(BipolarStepperMotorDriver)** Basic legacy features tested, Need...