diff options
| author | Damien George | 2017-04-18 15:40:04 +1000 |
|---|---|---|
| committer | Damien George | 2017-04-18 15:40:04 +1000 |
| commit | 29b26f392283edbdd18808d450ab7dd649dbc200 (patch) | |
| tree | 4f034817cbdfa2b96b674b79e315e06bdc23e277 /docs | |
| parent | 850f79e552a170912cfd88f5001a9ac343a22f5d (diff) | |
docs/library/machine.SPI: Fix formatting of bullet list to stop warning.
Diffstat (limited to 'docs')
| -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() |
