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/lang/api/board-values.rst | |
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/lang/api/board-values.rst')
-rw-r--r-- | docs/source/lang/api/board-values.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/source/lang/api/board-values.rst b/docs/source/lang/api/board-values.rst index d944c8d..70eff60 100644 --- a/docs/source/lang/api/board-values.rst +++ b/docs/source/lang/api/board-values.rst @@ -7,8 +7,8 @@ Board-Specific Values There are a number of board-specific values: constants or variables which are different depending on which LeafLabs board you have. The -exact values for each board are given in your :ref:`board's hardware -documentation <index-boards>`. +exact values for each board are given in your board's hardware +documentation. This page lists and documents the board-specific values. You should use these when appropriate in your own programs. This will help make @@ -122,8 +122,8 @@ Constants <lang-board-values-used-pins>`). However, they can be used as ordinary GPIOs if you call the :ref:`lang-disabledebugports` function. (Be careful with this on the Maple and Maple RET6 - Edition, as writing to ``BOARD_NJTRST_PIN`` :ref:`may cause your - board to reset <maple-nrst-pb4>`\ !). + Edition, as writing to ``BOARD_NJTRST_PIN`` may cause your + board to reset!). .. _lang-board-values-pwm-pins: |