tino / pyFirmata

Python interface for the Firmata (http://firmata.org/) protocol. It is compliant with Firmata 2.1. Any help with updating to 2.2 is welcome. The Capability Query is implemented, but the Pin State Query feature not yet.
MIT License
575 stars 193 forks source link

Added Accelstepper support #106

Open matt-nel opened 3 years ago

matt-nel commented 3 years ago

Added AccelStepper (Stepper 2.0) support. Tested on an Arduino Uno with a DRV8825 stepper driver.

Kakcalu13 commented 4 months ago

Any update on this?