From cf9be201d780eedcdb8a6c05f5ea7c796f892f07 Mon Sep 17 00:00:00 2001 From: Howard Lovatt Date: Thu, 2 Jul 2020 11:08:25 +1000 Subject: [PATCH] docs/library: Update pyb.SPI init method to add descr about "ti" arg. --- docs/library/pyb.SPI.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/library/pyb.SPI.rst b/docs/library/pyb.SPI.rst index a1910be49..181bdd3b6 100644 --- a/docs/library/pyb.SPI.rst +++ b/docs/library/pyb.SPI.rst @@ -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.