aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-04-06 13:57:30 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-04-07 13:18:36 -0400
commitf6f9a1122706ed336c52c984d76219dee0594487 (patch)
treecfc2c163ae8327734c1b0d092e8683209571d1b7 /docs
parent77eae0960d209b96d2cfdc2ca32f0ccec9029ad9 (diff)
USART refactor.
Diffstat (limited to 'docs')
-rw-r--r--docs/source/lang/api/serial.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/source/lang/api/serial.rst b/docs/source/lang/api/serial.rst
index 58002e3..29c70a2 100644
--- a/docs/source/lang/api/serial.rst
+++ b/docs/source/lang/api/serial.rst
@@ -12,6 +12,9 @@ devices.
Introduction
------------
+.. FIXME remove Maple-specific documentation
+.. FIXME Serial4, Serial5 updates for high-density devices
+
The Maple has three serial ports (also known as a UARTs or USARTs):
``Serial1``, ``Serial2``, and ``Serial3``. They communicate using the
pins summarized in the following table:
@@ -221,7 +224,7 @@ Arduino Compatibility Note
Unlike the Arduino, none of the Maple's serial ports is connected to
the USB port on the Maple board (for that, use :ref:`SerialUSB
<lang-serialusb>`). Thus, to use these pins to communicate with your
-personal computer, you will need an additional USB-to-serial adaptor.
+personal computer, you will need an additional USB-to-serial adapter.
.. TODO LATER port these examples over