This commit is contained in:
2026-04-02 15:00:09 +02:00
parent 825f153f51
commit a8f236427e
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)