aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/compatibility.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@mit.edu>2010-12-15 01:50:56 -0500
committerMarti Bolivar <mbolivar@mit.edu>2010-12-15 16:16:31 -0500
commitd744fb826f4a6d6ce560f3b78f2e63a1f9666d9e (patch)
tree35d0939c959cec372e1a6ce2f4bdf95dbe977918 /docs/source/compatibility.rst
parent74c8937446e1be4e0d21f69a8c098e2caf7814d5 (diff)
downloadlibrambutan-d744fb826f4a6d6ce560f3b78f2e63a1f9666d9e.tar.gz
librambutan-d744fb826f4a6d6ce560f3b78f2e63a1f9666d9e.zip
Finalized 0.0.9 documentation.
Diffstat (limited to 'docs/source/compatibility.rst')
-rw-r--r--docs/source/compatibility.rst22
1 files changed, 14 insertions, 8 deletions
diff --git a/docs/source/compatibility.rst b/docs/source/compatibility.rst
index a070b42..848a3d3 100644
--- a/docs/source/compatibility.rst
+++ b/docs/source/compatibility.rst
@@ -119,8 +119,6 @@ differences, most of which are improvements:
Shield and Device Compatibility
-------------------------------
-.. TODO update for 0.0.9
-
.. list-table::
:header-rows: 1
@@ -134,7 +132,7 @@ Shield and Device Compatibility
* - WiFi Shield
- Yes!
- - Tested; no library yet (expected for 0.0.9)
+ - Tested; preliminary library support
* - MIDI shield
- Yes!
@@ -146,7 +144,8 @@ Shield and Device Compatibility
* - Bluetooth shield
- Unknown
- -
+ - Some Bluetooth <-> UART boards have been tested and are known
+ to work.
* - Cellular shield
- Unknown
@@ -158,11 +157,12 @@ Library Porting Status
The state of currently ported Arduino libraries is the
:ref:`libraries`.
-.. TODO update for 0.0.9; update as libraries are ported.
+.. TODO Update as libraries are ported.
.. list-table::
:header-rows: 1
+
* - Library
- Ported?
- Notes
@@ -180,9 +180,11 @@ The state of currently ported Arduino libraries is the
- Planned
* - EEPROM
- - No
- - The Maple doesn't have EEPROM; use flash instead. Perhaps this
- library could be emulated?
+ - (Unsupported) third-party emulation
+ - The Maple doesn't have EEPROM; it uses flash instead. There is
+ an `EEPROM emulation library
+ <http://akb77.com/g/mcu/maple-eeprom-emulation-library/>`_ by
+ `x893 <http://akb77.com/g/>`_, but we haven't tested it.
* - Firmata
- Not yet
@@ -192,6 +194,10 @@ The state of currently ported Arduino libraries is the
- Not yet
- Planned
+ * - Servo
+ - **Yes**
+ - :ref:`Included since IDE 0.0.9 <libraries-servo>`
+
* - SoftwareSerial
- Not yet
- Planned