aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/language.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-11-29 18:08:04 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-11-29 18:08:04 -0500
commit3b7f16dba295da3a0071564ac284c25dc56e6b18 (patch)
treeb7dd3660fc549279c31a70c19b8109706ecd9747 /docs/source/language.rst
parent078edc158da7906ba72e7e6528e1a811e07270e7 (diff)
downloadlibrambutan-3b7f16dba295da3a0071564ac284c25dc56e6b18.tar.gz
librambutan-3b7f16dba295da3a0071564ac284c25dc56e6b18.zip
New documentation content is done. Next step is to theme.
Diffstat (limited to 'docs/source/language.rst')
-rw-r--r--docs/source/language.rst16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/source/language.rst b/docs/source/language.rst
index 350b0c3..463041e 100644
--- a/docs/source/language.rst
+++ b/docs/source/language.rst
@@ -222,8 +222,6 @@ more exhaustive index is available at the :ref:`language-index`.
Missing Arduino Features
------------------------
-Stub TODO: fill in other missing features
-
**analogReference()**
It is not possible to implement this function on the Maple
@@ -252,6 +250,20 @@ Stub TODO: fill in other missing features
typedef uint16 word;
+Unimplemented Arduino Features
+------------------------------
+
+The following Wiring/Arduino features are currently unimplemented on
+the Maple. However, they will be present in future versions:
+
+- `interrupts() <http://arduino.cc/en/Reference/Interrupts>`_
+- `noInterrupts() <http://www.arduino.cc/en/Reference/NoInterrupts>`_
+- `noTone() <http://www.arduino.cc/en/Reference/NoTone>`_
+- `pulseIn() <http://www.arduino.cc/en/Reference/PulseIn>`_
+- `shiftOut() <http://www.arduino.cc/en/Reference/ShiftOut>`_
+- `String <http://arduino.cc/en/Reference/StringObject>`_
+- `tone() <http://www.arduino.cc/en/Reference/Tone>`_
+
.. _our reference page: http://leaflabs.com/docs/external-interrupts/
.. _newlib: http://sourceware.org/newlib/