When I runit only lifts the platform to approx 30 degrees off the horizontal
Code:
from gpiozero import Servofrom time import sleepservo = Servo(17)while True: servo.min() sleep(2) servo.mid() sleep(2) servo.max() sleep(2)
Statistics: Posted by TamsPi — Sun Feb 04, 2024 2:23 pm