aboutsummaryrefslogtreecommitdiffstats
path: root/source/spi.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 01:49:26 -0500
commitee35f641687d0d3159c15eea5ad80d71efff4f82 (patch)
treed58e470a42623a1fba3eccbab324a26316d60398 /source/spi.rst
parentd9cbd78e29d42e70bb46641dd43ee0772c8c975f (diff)
downloadlibrambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.tar.gz
librambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.zip
Finished converting the Arduino docs
Diffstat (limited to 'source/spi.rst')
-rw-r--r--source/spi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/spi.rst b/source/spi.rst
index 4cfd7e7..ca9415c 100644
--- a/source/spi.rst
+++ b/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