aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-05-20 16:44:29 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-05-23 10:18:39 -0400
commitbe9f630cf2ef27d3fa61ded6e23c69f3a30ba0ad (patch)
tree14af5c79a533f9aec80e95243c1bd3274ebf7a12 /docs
parentcf6414cc337150d539145c8cdb86846884e66a6c (diff)
downloadlibrambutan-be9f630cf2ef27d3fa61ded6e23c69f3a30ba0ad.tar.gz
librambutan-be9f630cf2ef27d3fa61ded6e23c69f3a30ba0ad.zip
analogWrite() docs typo
Diffstat (limited to 'docs')
-rw-r--r--docs/source/lang/api/analogwrite.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/lang/api/analogwrite.rst b/docs/source/lang/api/analogwrite.rst
index dd2192a..b553d8b 100644
--- a/docs/source/lang/api/analogwrite.rst
+++ b/docs/source/lang/api/analogwrite.rst
@@ -61,7 +61,7 @@ analogWrite() into the right range::
analogWrite(pin, map(duty, 0, 255, 0, 65535));
This will convert values in the range 0-255 to values in the range
-0--65,635, which is the correct default range for all of the timers
+0--65,535, which is the correct default range for all of the timers
which control PWM output. See the :ref:`timers reference <timers>`
for more information.