pylint fix for led noodle lantern

pylint fix for led noodle lantern
This commit is contained in:
Noe Ruiz 2022-10-04 14:27:15 -04:00
parent b56b9b4916
commit 2330090e63

View file

@ -10,7 +10,7 @@ import board
import pwmio
from digitalio import DigitalInOut, Direction, Pull
PINS = (board.SCK, board.MOSI, board.A1, board.A3, board.MISO, board.A2) # List of pins, one per nOOd
PINS = (board.SCK, board.MOSI, board.A1, board.A3, board.MISO, board.A2) # List of pins
GAMMA = 2.6 # For perceptually-linear brightness
# Convert pin number list to PWMOut object list