mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
docs/library: Update pyb.SPI init method to add descr about "ti" arg.
This commit is contained in:
committed by
Damien George
parent
caaaa2b1f4
commit
cf9be201d7
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user