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 caaaa2b commit cf9be20Copy full SHA for cf9be20
docs/library/pyb.SPI.rst
@@ -64,6 +64,7 @@ Methods
64
respectively.
65
- ``bits`` can be 8 or 16, and is the number of bits in each transferred word.
66
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
67
+ - ``ti`` True indicates Texas Instruments, as opposed to Motorola, signal conventions.
68
- ``crc`` can be None for no CRC, or a polynomial specifier.
69
70
Note that the SPI clock frequency will not always be the requested baudrate.
0 commit comments