We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56b9b4 commit 2330090Copy full SHA for 2330090
1 file changed
LED_Noodle_Lantern/code.py
@@ -10,7 +10,7 @@
10
import pwmio
11
from digitalio import DigitalInOut, Direction, Pull
12
13
-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
14
GAMMA = 2.6 # For perceptually-linear brightness
15
16
# Convert pin number list to PWMOut object list
0 commit comments