Skip to content
Snippets Groups Projects
Commit 266e4acd authored by Damien George's avatar Damien George
Browse files

docs/library/machine.SPI: Remove spurious "of".

parent 25c6fc73
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ Methods ...@@ -47,7 +47,7 @@ Methods
- ``polarity`` can be 0 or 1, and is the level the idle clock line sits at. - ``polarity`` can be 0 or 1, and is the level the idle clock line sits at.
- ``phase`` can be 0 or 1 to sample data on the first or second clock edge - ``phase`` can be 0 or 1 to sample data on the first or second clock edge
respectively. respectively.
- ``bits`` is the width in bits of each transfer. Only 8 of is guaranteed to be supported by all hardware. - ``bits`` is the width in bits of each transfer. Only 8 is guaranteed to be supported by all hardware.
- ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``. - ``firstbit`` can be ``SPI.MSB`` or ``SPI.LSB``.
- ``pins`` is an optional tuple with the pins to assign to the SPI bus (deprecated, only for WiPy). - ``pins`` is an optional tuple with the pins to assign to the SPI bus (deprecated, only for WiPy).
- ``sck``, ``mosi``, ``miso`` are pins (machine.Pin) objects to use for bus signals. For most - ``sck``, ``mosi``, ``miso`` are pins (machine.Pin) objects to use for bus signals. For most
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment