Skip to content

Commit 363cea8

Browse files
Merge pull request #3 from DarkMechanikum/dev
fixed spi pin names
2 parents 393394e + c85d7d5 commit 363cea8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/adafruit_blinka/board/starfive/visionfive2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
SCL = pin.I2C_SCL
3030

3131
# SPI
32-
SPI_MISO = pin.SPI_MISO
33-
SPI_MOSI = pin.SPI_MOSI
34-
SPI_SCLK = pin.SPI_SCLK
32+
MISO = pin.SPI_MISO
33+
MOSI = pin.SPI_MOSI
34+
SCLK = pin.SPI_SCLK
3535

3636
# UART
3737
UART_TX = pin.UART_TX

0 commit comments

Comments
 (0)