Skip to content

Commit 2330090

Browse files
committed
pylint fix for led noodle lantern
pylint fix for led noodle lantern
1 parent b56b9b4 commit 2330090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LED_Noodle_Lantern/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pwmio
1111
from digitalio import DigitalInOut, Direction, Pull
1212

13-
PINS = (board.SCK, board.MOSI, board.A1, board.A3, board.MISO, board.A2) # List of pins, one per nOOd
13+
PINS = (board.SCK, board.MOSI, board.A1, board.A3, board.MISO, board.A2) # List of pins
1414
GAMMA = 2.6 # For perceptually-linear brightness
1515

1616
# Convert pin number list to PWMOut object list

0 commit comments

Comments
 (0)