pylint fix for led noodle lantern
pylint fix for led noodle lantern
This commit is contained in:
parent
b56b9b4916
commit
2330090e63
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue