a
This commit is contained in:
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"cSpell.words": [
|
||||||
|
"adafruit",
|
||||||
|
"servokit"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
import time
|
import time
|
||||||
from adafruit_servokit import ServoKit
|
from adafruit_servokit import ServoKit # type: ignore
|
||||||
|
|
||||||
# Initialize ServoKit
|
# Initialize ServoKit
|
||||||
kit = ServoKit(channels=16)
|
kit = ServoKit(channels=16)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import time
|
import time
|
||||||
from adafruit_servokit import ServoKit
|
from adafruit_servokit import ServoKit # type: ignore
|
||||||
|
|
||||||
# Initialize ServoKit
|
# Initialize ServoKit
|
||||||
kit = ServoKit(channels=16)
|
kit = ServoKit(channels=16)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import time
|
import time
|
||||||
from adafruit_servokit import ServoKit
|
from adafruit_servokit import ServoKit # type: ignore
|
||||||
|
|
||||||
|
|
||||||
kit = ServoKit(channels=16)
|
kit = ServoKit(channels=16)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
from adafruit_servokit import ServoKit
|
from adafruit_servokit import ServoKit # type: ignore
|
||||||
|
|
||||||
kit = ServoKit(channels=16)
|
kit = ServoKit(channels=16)
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import threading
|
import threading
|
||||||
import time
|
import time
|
||||||
from adafruit_servokit import ServoKit
|
from adafruit_servokit import ServoKit # type: ignore
|
||||||
|
|
||||||
# Initialize ServoKit
|
# Initialize ServoKit
|
||||||
kit = ServoKit(channels=16)
|
kit = ServoKit(channels=16)
|
||||||
|
|||||||
Reference in New Issue
Block a user