This commit is contained in:
2024-12-25 22:53:53 +01:00
parent acff12d123
commit b1f329b9f4
7 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
import time
from adafruit_servokit import ServoKit
from adafruit_servokit import ServoKit # type: ignore
# Initialize ServoKit
kit = ServoKit(channels=16)