File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
from adafruit_max7219 import matrices
8
8
9
9
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
11
11
spi = board .SPI ()
12
12
cs = digitalio .DigitalInOut (board .D4 )
13
13
Original file line number Diff line number Diff line change 8
8
from adafruit_max7219 import bcddigits
9
9
10
10
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
12
12
spi = board .SPI ()
13
13
cs = digitalio .DigitalInOut (board .D4 )
14
14
Original file line number Diff line number Diff line change 7
7
from adafruit_max7219 import matrices
8
8
9
9
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
11
11
spi = board .SPI ()
12
12
cs = digitalio .DigitalInOut (board .D4 )
13
13
You can’t perform that action at this time.
0 commit comments