From a500b307e2635a628d2f5257cd786dabab51afb5 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Thu, 7 Oct 2010 12:44:43 -0400 Subject: language reference --- docs/source/language.rst | 17 +++++++++-------- docs/source/libraries.rst | 2 ++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/source/language.rst b/docs/source/language.rst index eee4fe5..c5026c2 100644 --- a/docs/source/language.rst +++ b/docs/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/docs/source/libraries.rst b/docs/source/libraries.rst index 0189e53..374b71c 100644 --- a/docs/source/libraries.rst +++ b/docs/source/libraries.rst @@ -1,3 +1,5 @@ +.. _libraries: + ========================= Maple Library Reference ========================= -- cgit v1.2.3