FRC4564 / Maestro

Python class to support Pololu's Maestro servo controller over USB serial. Great with Raspberry Pi.
MIT License
92 stars 59 forks source link

documentation needs more detail for beginners #10

Open FlorinAndrei opened 5 years ago

FlorinAndrei commented 5 years ago

I'm completely new to the Maestro hardware and software, and I had some trouble making it work on Windows with Python.

I made some changes to the README to guide complete newbies like me:

https://github.com/FRC4564/Maestro/pull/9

Thanks!

FlorinAndrei commented 5 years ago

BTW, it seems to work just fine with Python 3.7.4 on Windows, despite the multiple hints that I should use Python 2 instead.