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

A simple Class to test DC motor and servo motor for newcomers :) #30

Closed drascom closed 2 years ago

drascom commented 2 years ago

hi mrYsLabs. i just found your new api while searching about pymata4 and loved it. it is very easy to use and simple to understand.i just write some very simple class to test motor functions for newcomers like me. I'm currently working on a small toy robot and willing to use telemetrix control 3 arduino with raspberry pi. i'll update my fork continuosly and send a pull request to you.

thank you for this brilliant api and happy coding..

MrYsLab commented 2 years ago

Hi @drascom. Thanks for the submission. I had a couple of minor comments above. Also, I created a new directory in the examples directory called Contributed. Could you please move your code to that directory? Thanks again.

drascom commented 2 years ago

ok. it's done.

MrYsLab commented 2 years ago

Thanks for the PR. The version will change since a version only pertains to the API code and not the examples.