Skip to content

Commit 5008eb9

Browse files
committed
Update comment to reference pin instead of board
1 parent 2f58be8 commit 5008eb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/max7219_custommatrixtest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from adafruit_max7219 import matrices
88

99

10-
# You may need to change the chip select board depending on your wiring
10+
# You may need to change the chip select pin depending on your wiring
1111
spi = board.SPI()
1212
cs = digitalio.DigitalInOut(board.D4)
1313

examples/max7219_showbcddigits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from adafruit_max7219 import bcddigits
99

1010

11-
# You may need to change the chip select board depending on your wiring
11+
# You may need to change the chip select pin depending on your wiring
1212
spi = board.SPI()
1313
cs = digitalio.DigitalInOut(board.D4)
1414

examples/max7219_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from adafruit_max7219 import matrices
88

99

10-
# You may need to change the chip select board depending on your wiring
10+
# You may need to change the chip select pin depending on your wiring
1111
spi = board.SPI()
1212
cs = digitalio.DigitalInOut(board.D4)
1313

0 commit comments

Comments
 (0)