Skip to content

Commit cf9be20

Browse files
hlovattdpgeorge
authored andcommitted
docs/library: Update pyb.SPI init method to add descr about "ti" arg.
1 parent caaaa2b commit cf9be20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/library/pyb.SPI.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Methods
6464
respectively.
6565
- ``bits`` can be 8 or 16, and is the number of bits in each transferred word.
6666
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
67+
- ``ti`` True indicates Texas Instruments, as opposed to Motorola, signal conventions.
6768
- ``crc`` can be None for no CRC, or a polynomial specifier.
6869

6970
Note that the SPI clock frequency will not always be the requested baudrate.

0 commit comments

Comments
 (0)