MrYsLab / telemetrix

A user-extensible replacement for StandardFirmata. All without the complexity of Firmata!
GNU Affero General Public License v3.0
68 stars 26 forks source link

Add support for FastAccelStepper? #38

Closed ipsod closed 2 years ago

ipsod commented 2 years ago

Hello!

FastAccelStepper seems to be a significant upgrade from AccelStepper. I plan to try to integrate it myself in the future, but hoped, if you're interested, it might be finished before I got around to starting.

MrYsLab commented 2 years ago

@ipsod Thanks for the suggestion. I have no plans to implement this for the following reasons:

  1. The pins it supports for the step signal are extremely limited.
  2. It does not support all of the boards that the Teletetrix clients and servers support. For example, the esp8266.

If you wish to modify the client and server for your board, I would be happy to answer any questions you might have but will not accept a pull request to add support for FastAccelStepper.

Since I have no plans to expand the functionality of Telemetrix at this time, creating a private branch of the code would be a very low risk for you.

I am closing this issue, but I will still see the comments if you wish to comment.

Thanks again for your suggestion.

ipsod commented 2 years ago

Ok, thank you for the quick response. I'm a big fan of your work.

MrYsLab commented 2 years ago

Thanks.