]> Repositories - Adafruit_Blinka-hackapet.git/commitdiff
Update pin.py
authortwa127 <46624596+twa127@users.noreply.github.com>
Mon, 10 May 2021 09:01:28 +0000 (10:01 +0100)
committerGitHub <noreply@github.com>
Mon, 10 May 2021 09:01:28 +0000 (10:01 +0100)
src/adafruit_blinka/microcontroller/allwinner/h6/pin.py

index 7b0a72336df60fe27d5c0da0939dbb88f9d928dc..53c469f4e2609d2a6b7569c8f1d77ddaeede1ffb 100644 (file)
@@ -43,5 +43,5 @@ PL8 = Pin((0, 8))
 PL9 = Pin((0, 9))
 
 i2cPorts = ((0, TWI0_SCL, TWI0_SDA),)
-spiPorts = ((0, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),)
+spiPorts = ((1, SPI1_SCLK, SPI1_MOSI, SPI1_MISO),)
 uartPorts = ((2, UART2_TX, UART2_RX),)