diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-20 15:30:15 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-05-23 10:18:39 -0400 |
commit | 9975593eb413c7bdb5711f25d9cedb6c276cfd65 (patch) | |
tree | 285b6304a358581b8ed786935447ceaa6d61113e /source/libs/servo.rst | |
parent | fce940294469a49a4d04302a790e9e399e81ad06 (diff) | |
download | librambutan-9975593eb413c7bdb5711f25d9cedb6c276cfd65.tar.gz librambutan-9975593eb413c7bdb5711f25d9cedb6c276cfd65.zip |
0.0.10 docs RC
Diffstat (limited to 'source/libs/servo.rst')
-rw-r--r-- | source/libs/servo.rst | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/source/libs/servo.rst b/source/libs/servo.rst index 3b96467..f131ee1 100644 --- a/source/libs/servo.rst +++ b/source/libs/servo.rst @@ -29,13 +29,6 @@ servomotor attached to pin 9, you could write :: servo.attach(9); -.. TODO [0.0.10] figure out the cpp domain well enough to replace -.. references here - -.. _libs-servo-attach: - -.. _libs-servo-attached: - .. doxygenclass:: Servo :members: @@ -54,7 +47,8 @@ the servos with "bit-banged" :ref:`PWM <pwm>`, the Maple implementation uses :ref:`timers <timers>` to drive the PWM directly. Consequently, **the Maple implementation only allows Servo instances -to** :ref:`attach <libs-servo-attach>` **to pins that support PWM**. +to attach (via** :cpp:func:Servo::attach() **) to pins that support +PWM**. To determine if a pin supports PWM, you can either check if "PWM" appears next to its number on your board's silkscreen, or look for it |