This commit is contained in:
Kattni Rembor 2018-05-29 16:40:13 -04:00
parent 965d5b5c6a
commit 2d0d86a21a
3 changed files with 40 additions and 41 deletions

View file

@ -6,7 +6,6 @@ from adafruit_motor import servo, motor
from busio import I2C
import board
import time
import gc
i2c = I2C(board.SCL, board.SDA)
ss = Seesaw(i2c)

View file

@ -1,4 +1,4 @@
# pylint: disable:wrong-import-position
# pylint: disable=wrong-import-position
import time
import gc
import pulseio