8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2391b5 commit 4ab3eefCopy full SHA for 4ab3eef
docs/library/pyb.SPI.rst
@@ -68,6 +68,7 @@ Methods
68
- ``polarity`` can be 0 or 1, and is the level the idle clock line sits at.
69
- ``phase`` can be 0 or 1 to sample data on the first or second clock edge
70
respectively.
71
+ - ``bits`` can be 8 or 16, and is the number of bits in each transferred word.
72
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
73
- ``crc`` can be None for no CRC, or a polynomial specifier.
74
0 commit comments