aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/libraries.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-10-08 22:07:53 -0400
committerMarti Bolivar <mbolivar@mit.edu>2010-10-08 22:07:53 -0400
commit1086af6ade742020de97efc478ba60368ad3f5fd (patch)
treeebad6eb10c9ae43cebcaba8c1dddb941d6a27c37 /docs/source/libraries.rst
parentfb674494256d51cee09a3ce2c0ead3ac4dd86a46 (diff)
downloadlibrambutan-1086af6ade742020de97efc478ba60368ad3f5fd.tar.gz
librambutan-1086af6ade742020de97efc478ba60368ad3f5fd.zip
current Maple documentation either rewritten or stubbed out in Sphinx
Diffstat (limited to 'docs/source/libraries.rst')
-rw-r--r--docs/source/libraries.rst21
1 files changed, 14 insertions, 7 deletions
diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst
index 1f298fa..c2d5cb0 100644
--- a/docs/source/libraries.rst
+++ b/docs/source/libraries.rst
@@ -7,9 +7,13 @@
Maple Library Reference
=========================
-This page briefly summarizes the Arduino libraries that have been ported to Maple. You can use a library from within a sketch by going to Sketch > Import Library... from within the IDE, then choosing the library you want.
+This page briefly summarizes the Arduino libraries that have been
+ported to Maple. You can use a library from within a sketch by going
+to Sketch > Import Library... from within the IDE, then choosing the
+library you want.
-Any incompatibilities between the Maple and Arduino versions are noted in the description of the library.
+Any incompatibilities between the Maple and Arduino versions are noted
+in the description of the library.
* :ref:`LiquidCrystal <liquid_crystal>`
* :ref:`Wire <wire>`
@@ -19,10 +23,14 @@ Any incompatibilities between the Maple and Arduino versions are noted in the de
LiquidCrystal
-------------
-The LiquidCrystal library allows Maple to control LCD screens. For more information, see the Arduino LiquidCrystal documentation.
-Compatibility Note
+The LiquidCrystal library allows Maple to control LCD screens. For
+more information, see the Arduino LiquidCrystal documentation.
-At this time, no incompatibilities between the Maple and Arduino versions are known. Any observed differences should be considered bugs, and reported on the forums.
+**Compatibility Note**
+
+At this time, no incompatibilities between the Maple and Arduino
+versions are known. Any observed differences should be considered
+bugs, and reported on the forums.
.. _wire:
@@ -32,8 +40,7 @@ Wire
We provide a soft (bit-banged) implementation of the `Wire I2C library
<http://arduino.cc/en/Reference/WireBegin>`_.
-Compatibility Note
-^^^^^^^^^^^^^^^^^^
+**Compatibility Note**
This implementation is synchronous, and thus supports only a subset of
the full Wire interface (however, the functionality which is supported