mirror of
https://github.com/micropython/micropython.git
synced 2025-09-08 19:00:50 +02:00
Was 1 or 2, now 0 or 1 (respectively). 0 means sample MISO on first edge, 1 means sample on second edge. Addresses issue #936.
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
SPI(1)
|
|
SPI(1, SPI.MASTER, baudrate=328125, polarity=1, phase=0, bits=8)
|
|
SPI(1, SPI.SLAVE, polarity=1, phase=1, bits=8)
|
|
b'\xff'
|
|
b'\xff'
|