diff options
author | Marti Bolivar <mbolivar@mit.edu> | 2010-10-07 12:44:43 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@mit.edu> | 2010-10-07 12:44:43 -0400 |
commit | 255befff0f23f9d25b99e7a11499843eb7857e52 (patch) | |
tree | b76a25fe1ca9df79bd93e3ad10b08c8fab7d6c7a /source | |
parent | 7fd798f71d7283245b1b43e38134c6d233861775 (diff) | |
download | librambutan-255befff0f23f9d25b99e7a11499843eb7857e52.tar.gz librambutan-255befff0f23f9d25b99e7a11499843eb7857e52.zip |
language reference
Diffstat (limited to 'source')
-rw-r--r-- | source/language.rst | 17 | ||||
-rw-r--r-- | source/libraries.rst | 2 |
2 files changed, 11 insertions, 8 deletions
diff --git a/source/language.rst b/source/language.rst index eee4fe5..c5026c2 100644 --- a/source/language.rst +++ b/source/language.rst @@ -162,14 +162,14 @@ Arduino Documentation Links | | | | |* `+=`_ (compound addition) | |* `Serial`_ | | | | | -|* `-=`_ (compound subtraction) | |Looking for something else? Try the list | -| | |of `community-contributed code`_. | -|* `*=`_ (compound multiplication) | | | -| | | | -|* `/=`_ (compound division) | | | -| | | | -|* `&=`_ (compound bitwise and) | | | -| | | | +|* `-=`_ (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) | | | | | | | +------------------------------------+------------------------------------+-----------------------------------------+ @@ -324,6 +324,7 @@ Arduino Documentation Links .. _Serial: http://arduino.cc/en/Reference/Serial .. _community-contributed code: http://www.arduino.cc/playground/Main/GeneralCodeLibrary +.. _newlib: http://sourceware.org/newlib/ Recommended Reading ------------------- diff --git a/source/libraries.rst b/source/libraries.rst index 0189e53..374b71c 100644 --- a/source/libraries.rst +++ b/source/libraries.rst @@ -1,3 +1,5 @@ +.. _libraries: + ========================= Maple Library Reference ========================= |