diff options
author | Marti Bolivar <mbolivar@mit.edu> | 2010-10-07 12:45:46 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@mit.edu> | 2010-10-07 12:45:46 -0400 |
commit | eea59af14296be010b920992a7383f67aab59b1b (patch) | |
tree | 24c50ccf8e1190a9a5eafbb214375a38f23dfd0d /source | |
parent | 255befff0f23f9d25b99e7a11499843eb7857e52 (diff) | |
download | librambutan-eea59af14296be010b920992a7383f67aab59b1b.tar.gz librambutan-eea59af14296be010b920992a7383f67aab59b1b.zip |
language reference
Diffstat (limited to 'source')
-rw-r--r-- | source/language.rst | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/source/language.rst b/source/language.rst index c5026c2..3772872 100644 --- a/source/language.rst +++ b/source/language.rst @@ -162,15 +162,15 @@ Arduino Documentation Links | | | | |* `+=`_ (compound addition) | |* `Serial`_ | | | | | -|* `-=`_ (compound subtraction) | |Looking for something else? See the | -| | |:ref:`libraries` page for interfacing | -|* `*=`_ (compound multiplication) | |with particular types of hardware. Try | -| | |the list of `community-contributed | -|* `/=`_ (compound division) | |code`_. Maple links against `newlib`_ | -| | |and allows the use of any of its | -|* `&=`_ (compound bitwise and) | |functions; see its documentation for more| -| | |details. | -|* `|=`_ (compound bitwise or) | | | +|* `-=`_ (compound subtraction) | |**Looking for something else?** | +| | | | +|* `*=`_ (compound multiplication) | |See the :ref:`libraries` page for | +| | |interfacing with particular types of | +|* `/=`_ (compound division) | |hardware. Try the list of | +| | |`community-contributed code`_. Maple | +|* `&=`_ (compound bitwise and) | |links against `newlib`_ and allows the | +| | |use of any of its functions; see its | +|* `|=`_ (compound bitwise or) | |documentation for more details. | | | | | +------------------------------------+------------------------------------+-----------------------------------------+ |