aboutsummaryrefslogtreecommitdiffstats
path: root/source/lang
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
commitd70af49f021da7da497b45b18c4fea73cfbd3cb7 (patch)
tree729447ee476b01bb2bb8ee86b3a08083557467f8 /source/lang
parent1e42c8777e04e100d2b1589ae71c6e76a1646eb9 (diff)
downloadlibrambutan-d70af49f021da7da497b45b18c4fea73cfbd3cb7.tar.gz
librambutan-d70af49f021da7da497b45b18c4fea73cfbd3cb7.zip
USART refactor.
Diffstat (limited to 'source/lang')
-rw-r--r--source/lang/api/serial.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/source/lang/api/serial.rst b/source/lang/api/serial.rst
index 58002e3..29c70a2 100644
--- a/source/lang/api/serial.rst
+++ b/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