Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4814

Beginners • Re: Pan and Tilt

$
0
0
When I run

Code:

from gpiozero import Servofrom time import sleepservo = Servo(17)while True:    servo.min()    sleep(2)    servo.mid()    sleep(2)    servo.max()    sleep(2)
it only lifts the platform to approx 30 degrees off the horizontal

Statistics: Posted by TamsPi — Sun Feb 04, 2024 2:23 pm



Viewing all articles
Browse latest Browse all 4814

Trending Articles