aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/faq.rst
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-05-28 00:26:43 -0700
committerbnewbold <bnewbold@robocracy.org>2015-05-28 00:28:06 -0700
commit5f27a9afd80f0f405c042c22f9d7e404ba61e2f2 (patch)
treefecf041ed3ee51a56a5b26142c1b0b97cb6289c3 /docs/source/faq.rst
parent5ada40e35c157362f4d3e2c59677d6ea9b648069 (diff)
parent71ef6f46a797f739bf140df934f137d92d791abc (diff)
downloadlibrambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.tar.gz
librambutan-5f27a9afd80f0f405c042c22f9d7e404ba61e2f2.zip
Merge branch 'legacy'
- superficial rebranding to librambutan - bugfixes to documentation syntax
Diffstat (limited to 'docs/source/faq.rst')
-rw-r--r--docs/source/faq.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/faq.rst b/docs/source/faq.rst
index bd155ae..b255f52 100644
--- a/docs/source/faq.rst
+++ b/docs/source/faq.rst
@@ -59,8 +59,8 @@ correspond to the pin you want to write to. If you don't know what
that means, don't worry. We'll go through an example here.
Let's say you want to write to pin 4 on the Maple. In order to find
-out the port and bit number, take look at the Maple's :ref:`master pin
-map <maple-pin-map-master>` next to "D4". You'll see that in the
+out the port and bit number, take look at the `Maple's master pin
+map`_ next to "D4". You'll see that in the
"GPIO" column, there's "PB5". That's short for "**P**\ ort **B**, bit
**5**". So the GPIO port is "B", and the bit is "5". (If you're not
on the Maple, you can find your board's pin map :ref:`from here