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

pull/6273/head
Howard Lovatt 2020-07-02 11:08:25 +10:00 zatwierdzone przez Damien George
rodzic caaaa2b1f4
commit cf9be201d7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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.