MrYsLab / PyMata

A Python client class library for Interaction with Standard Firmata
GNU Affero General Public License v3.0
95 stars 40 forks source link

Adding the verbose option #10

Closed Vido closed 9 years ago

Vido commented 9 years ago

As you might know, Pingo uses PyMata as Firmata client.

We used to have PyFirmata, but it is not as up to date. Then we decide to switch to PyMata, and we have no regrets. We are very glad with PyMata, which is a great code.

So, I'd like to sugest a small change: adding a verbose parameter. In many case, Pingo is accessed via interative terminal And we don't think this nice to have a lots of mensages on the interactive terminal.

Having the option of a more laconic PyMata would be great.

Pingo: https://github.com/garoa/pingo

MrYsLab commented 9 years ago

@Vido I have just published version 2.05 that suppresses PyMata status messages as requested. Thanks for the suggestion.

Vido commented 9 years ago

I was a pull request, but ok. hehehe I missed some examples, and the docs. But that will do.

@MrYsLab, Thank you