From be9f630cf2ef27d3fa61ded6e23c69f3a30ba0ad Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 20 May 2011 16:44:29 -0400 Subject: analogWrite() docs typo --- docs/source/lang/api/analogwrite.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 ` for more information. -- cgit v1.2.3