diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-08-27 19:02:33 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-08-27 19:04:16 -0400 |
commit | d7212508f203d03b4931b94695fb10cb8a7862c2 (patch) | |
tree | c9c646ba7df11025d0527f276488b220e9e6f4f9 /docs/source/libs | |
parent | 239f77ce49fb0a11c6ef2b59825c7e772ebad11e (diff) | |
download | librambutan-d7212508f203d03b4931b94695fb10cb8a7862c2.tar.gz librambutan-d7212508f203d03b4931b94695fb10cb8a7862c2.zip |
docs: first pass removal of board-specific hardware info
Diffstat (limited to 'docs/source/libs')
-rw-r--r-- | docs/source/libs/servo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/libs/servo.rst b/docs/source/libs/servo.rst index 549e86f..cc2dac7 100644 --- a/docs/source/libs/servo.rst +++ b/docs/source/libs/servo.rst @@ -53,7 +53,7 @@ to 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 in the list of :ref:`boardPWMPins <lang-board-values-pwm-pins>` in -your board's :ref:`hardware documentation <index-boards>`. +your board's hardware documentation. RC Servos expect a pulse approximately every 20ms. In the Maple implementation, :ref:`periods <lang-hardwaretimer-setperiod>` are set |