Commit cf9be201 authored by Howard Lovatt's avatar Howard Lovatt Committed by Damien George

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

parent caaaa2b1
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment