Skip to content

Commit

Permalink
tests/psoc6/spi_hard.c: Added pins as args.
Browse files Browse the repository at this point in the history
Signed-off-by: enriquezgarc <enriquezgarcia.external@infineon.com>
  • Loading branch information
jaenrig-ifx committed Oct 17, 2023
1 parent 602fb4d commit dcd83b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/psoc6/spi_hard.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from machine import SPI

spi = SPI(0)
spi = SPI(0, sck="P9_2", mosi="P9_0", miso="P9_1")
print(spi)

0 comments on commit dcd83b4

Please sign in to comment.