Skip to content

Commit 27701f8

Browse files
committed
docs/psoc6/quickref: Fix SPI master pins.
Signed-off-by: NikhitaR-IFX <nikhita.rajasekhar@infineon.com>
1 parent 4798ab5 commit 27701f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/psoc6/quickref.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ SPI object is created with default settings or settings of previous initialisati
456456
::
457457
458458
from machine import SPI
459-
spi = SPI(baudrate=1000000, polarity=0, phase=0, bits=8, firstbit=SPI.MSB, sck='P6_2', mosi='P6_0', miso='P6_1')
459+
spi = SPI(baudrate=1000000, polarity=0, phase=0, bits=8, firstbit=SPI.MSB, sck='P9_2', mosi='P9_0', miso='P9_1')
460460

461461
Methods
462462
^^^^^^^

0 commit comments

Comments
 (0)