aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang/analogwrite.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/lang/analogwrite.rst
parentd9cbd78e29d42e70bb46641dd43ee0772c8c975f (diff)
downloadlibrambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.tar.gz
librambutan-ee35f641687d0d3159c15eea5ad80d71efff4f82.zip
Finished converting the Arduino docs
Diffstat (limited to 'source/lang/analogwrite.rst')
-rw-r--r--source/lang/analogwrite.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lang/analogwrite.rst b/source/lang/analogwrite.rst
index d30d4d9..3d05f44 100644
--- a/source/lang/analogwrite.rst
+++ b/source/lang/analogwrite.rst
@@ -62,7 +62,7 @@ which control PWM output. See the :ref:`timers reference <timers>`
for more information.
Another fix is to consult the :ref:`pin mapping mega table
-<pin-mapping-mega table>` to find the timer which controls PWM on the
+<pin-mapping-mega-table>` to find the timer which controls PWM on the
pin you're using, then set that Timer's overflow to 255. Subsequent
calls to analogWrite() should work as on the Arduino (with the same
loss of precision). Note, however, that that affects the overflow for