aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/spi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/spi.rst')
-rw-r--r--docs/source/spi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/spi.rst b/docs/source/spi.rst
index 4cfd7e7..ca9415c 100644
--- a/docs/source/spi.rst
+++ b/docs/source/spi.rst
@@ -35,7 +35,7 @@ Function Reference
``Spi.begin(freq, endianness, mode)``
- ``begin`` is usually called in `setup()`_ to configure the
+ ``begin`` is usually called in :ref:`lang-setup` to configure the
baudrate of the given SPI port and to set up the header pins
appropriately. ``freq`` is one of the set listed :ref:`above
<spi-speeds>`; ``endianness`` is either ``LSBFIRST`` or