pingo-io / pingo-py

Generic API for controlling boards with programmable IO pins
http://pingo.io
MIT License
257 stars 48 forks source link

Pingo Part Servo #76

Closed Vido closed 9 years ago

Vido commented 9 years ago

I have coded the technic on #53 as a pingo.part

I tested on RaspberryPi. It work, no need for a 5V signal, the 3.3 signal will do. Although, the servo must be feed with a 5V source.

Two different 9g Analog servos were tested. The Turnigy's servo worked with the default values. The generic servo worked after some calibration on Servo._botton_end and Servo._top_end

Vido commented 9 years ago

I tested with a RaspberryPi (the old version). Because it's PWM's frequency can be set via Pingo.

ramalho commented 9 years ago

Excellent, @Vido! Thanks for this contribution!