aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/libraries.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/libraries.rst')
-rw-r--r--docs/source/libraries.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst
index 6a97b0e..567aec8 100644
--- a/docs/source/libraries.rst
+++ b/docs/source/libraries.rst
@@ -7,6 +7,9 @@
Maple Library Reference
=========================
+.. Note: if you port an Arduino library and document it here, be sure
+.. to update compatibility.rst to reflect that fact.
+
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
@@ -18,7 +21,7 @@ in the description of the library.
.. contents:: Contents
:local:
-.. _liquid_crystal:
+.. _libraries-liquid-crystal:
LiquidCrystal
-------------
@@ -32,7 +35,7 @@ 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:
+.. _libraries-wire:
Wire
----
@@ -54,8 +57,8 @@ the hardware i2c peripheral on the stm32 as well as the DMA for
performance. Support for slave, smBUS, and multimaster modes are also
slated for inclusion in the enhanced Wire port.
-Function Reference
-^^^^^^^^^^^^^^^^^^
+Wire Function Reference
+^^^^^^^^^^^^^^^^^^^^^^^
``Wire.begin()``
Joins the i2c bus as master, using pin 20 as SDA and pin 21 as SCL