pylint
This commit is contained in:
parent
7b699f4768
commit
1234b791f3
2 changed files with 4 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from adafruit_circuitplayground.express import cpx
|
||||
import time
|
||||
|
||||
from adafruit_circuitplayground.express import cpx
|
||||
|
||||
# Red, green, blue, and simple mixes of 2 or 3.
|
||||
# Add your own choices here.
|
||||
COLORS = (
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
import time
|
||||
|
||||
import board
|
||||
import touchio
|
||||
import adafruit_dotstar
|
||||
import time
|
||||
|
||||
# Red, green, blue, and simple mixes of 2 or 3.
|
||||
# Add your own choices here.
|
||||
|
|
|
|||
Loading…
Reference in a new issue