Skip to content

Commit

Permalink
Merge pull request #3 from DarkMechanikum/dev
Browse files Browse the repository at this point in the history
fixed spi pin names
  • Loading branch information
DarkMechanikum authored Jul 5, 2024
2 parents 393394e + c85d7d5 commit 363cea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/adafruit_blinka/board/starfive/visionfive2.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
SCL = pin.I2C_SCL

# SPI
SPI_MISO = pin.SPI_MISO
SPI_MOSI = pin.SPI_MOSI
SPI_SCLK = pin.SPI_SCLK
MISO = pin.SPI_MISO
MOSI = pin.SPI_MOSI
SCLK = pin.SPI_SCLK

# UART
UART_TX = pin.UART_TX
Expand Down

0 comments on commit 363cea8

Please sign in to comment.