docs/library: Update pyb.SPI init method to add descr about "ti" arg.

v1.13-wasp-os
Howard Lovatt 2020-07-02 11:08:25 +10:00 committed by Damien George
parent caaaa2b1f4
commit cf9be201d7
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ Methods
respectively.
- ``bits`` can be 8 or 16, and is the number of bits in each transferred word.
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
- ``ti`` True indicates Texas Instruments, as opposed to Motorola, signal conventions.
- ``crc`` can be None for no CRC, or a polynomial specifier.
Note that the SPI clock frequency will not always be the requested baudrate.