a
This commit is contained in:
9
old_stuff/reset.py
Normal file
9
old_stuff/reset.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import time
|
||||
from adafruit_servokit import ServoKit
|
||||
|
||||
|
||||
kit = ServoKit(channels=16)
|
||||
|
||||
|
||||
for x in range(11):
|
||||
kit.servo[x].angle = 55
|
||||
Reference in New Issue
Block a user