Python Servo Library
I have purchased three Parallax Feedback 360° High-Speed Servos to create a three axis gimbal. The only example code for these servos is in C, however the product guide says that a python library is coming soon. When will this be available, and until then how can I interface with these servos using python?
Comments
Do you have a link to that Product Guide? I don't see any mention of Python library in the Guide supplied by Parallax....
Any idea where you saw that?
Absolutely won't work on intel edison. It is written in PASM, the native propellor assembler. Sorry.
You are correct about the provided driver. That code targets the Propeller. If you are targeting the Edison Development Board for Arduino, consider using the Arduino driver mentioned at the link above. Note that this will not handle the feedback for you. You will have to handle that yourself. You should be able to use a good portion of the parallax-provided code to do the calculations.