working motor with old pin system
This commit is contained in:
@@ -7,7 +7,7 @@ MIN = 550
|
||||
MAX = 2450
|
||||
CHANNELS = 16
|
||||
|
||||
kit = ServoKit(channels=CHANNELS, frequency=49)
|
||||
kit = ServoKit(channels=CHANNELS, frequency=50)
|
||||
|
||||
for i in range(CHANNELS):
|
||||
kit.servo[i].angle = 0
|
||||
|
||||
Reference in New Issue
Block a user