diff options
-rw-r--r-- | docs/library/machine.SPI.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/machine.SPI.rst b/docs/library/machine.SPI.rst index fbb44d038..080f6fdfb 100644 --- a/docs/library/machine.SPI.rst +++ b/docs/library/machine.SPI.rst @@ -45,7 +45,7 @@ Methods a hardware SPI block. Arbitrary pin assignments are possible only for a bitbanging SPI driver (``id`` = -1). - ``pins`` - WiPy port doesn't ``sck``, ``mosi``, ``miso`` arguments, and instead allows to - specify them as a tuple of ``pins`` parameter. + specify them as a tuple of ``pins`` parameter. .. method:: SPI.deinit() |