aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/pwmwrite.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
commit078edc158da7906ba72e7e6528e1a811e07270e7 (patch)
tree1bc7b2e8137fb5ebfc7b59d59294d7adb9e95468 /docs/source/lang/pwmwrite.rst
parent5e587be27a7c3bd854b686952a5c9637a2432ff0 (diff)
downloadlibrambutan-078edc158da7906ba72e7e6528e1a811e07270e7.tar.gz
librambutan-078edc158da7906ba72e7e6528e1a811e07270e7.zip
Finished converting the Arduino docs
Diffstat (limited to 'docs/source/lang/pwmwrite.rst')
-rw-r--r--docs/source/lang/pwmwrite.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/lang/pwmwrite.rst b/docs/source/lang/pwmwrite.rst
index acc0240..7a1d51f 100644
--- a/docs/source/lang/pwmwrite.rst
+++ b/docs/source/lang/pwmwrite.rst
@@ -23,9 +23,7 @@ Example
-------
Sets the output to the LED proportional to the value read from the
-potentiometer (adapted for Maple from the Arduino `analogWrite()
-reference <http://www.arduino.cc/en/Reference/AnalogWrite>`_)::
-
+potentiometer::
int ledPin = 13; // LED connected to pin 13 (Maple)
int analogPin = 3; // potentiometer connected to analog pin 3