This commit is contained in:
2026-04-02 14:51:43 +02:00
parent 902a626776
commit 8735d4967a
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
import RPi.GPIO as GPIO
import time as t
##
GPIO.setmode(GPIO.BOARD)
servo = 12
@@ -16,4 +16,4 @@ while True:
print("Position 2")
pwm.ChangeDutyCycle(7)
t.sleep(2)
t.sleep(2)