Fix pylint complaints
This commit is contained in:
parent
605d421c1b
commit
68ad7f7098
1 changed files with 3 additions and 6 deletions
|
|
@ -1,8 +1,6 @@
|
|||
# See https://en.wikipedia.org/wiki/PID_controller
|
||||
|
||||
import time
|
||||
import busio
|
||||
import board
|
||||
import time
|
||||
from adafruit_seesaw.seesaw import Seesaw
|
||||
from adafruit_seesaw.pwmout import PWMOut
|
||||
from adafruit_motor import servo
|
||||
|
|
@ -38,4 +36,3 @@ while True:
|
|||
servo1.angle = ((-y / 10) + 1) * 90
|
||||
|
||||
time.sleep(0.1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue