lipoja / AMSpi

Python class for controlling Arduino Motor Shield L293D from Raspberry Pi (using RPi.GPIO)
MIT License
33 stars 18 forks source link

Using servos with Pi3 #8

Closed AbbasKagdi closed 5 years ago

AbbasKagdi commented 5 years ago

How to use this code for pan and tilt setup using 2 servos on a Raspberry Pi 3

lipoja commented 5 years ago

Hi I think that for servos you don't need this library at all. Because as far as I know the servo pins on the motor shield are just directly extended pins from RasPi.

Please try google/youtub; there is a lot of tutorials on theme "how to use servos" with RasPi. And if you are able to make it work and integrate it with this library I would gladly accept your pull request with the changes.

Thank you!

AbbasKagdi commented 5 years ago

Thanks for your input.