diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-25 18:13:47 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-04-25 18:53:01 -0400 |
commit | ff0706b87a806451fe0f3a48e5dab8d83cf3e6d9 (patch) | |
tree | 8012182828523b7da29b80920a2ab01d82983b9d /source/lang/api/serial.rst | |
parent | deed4a2f0a96dc2ea80a278ac1a9ff9c72ce788a (diff) | |
download | librambutan-ff0706b87a806451fe0f3a48e5dab8d83cf3e6d9.tar.gz librambutan-ff0706b87a806451fe0f3a48e5dab8d83cf3e6d9.zip |
Docs tweaks.
Blocking fixes for 0.0.10; other changes.
Diffstat (limited to 'source/lang/api/serial.rst')
-rw-r--r-- | source/lang/api/serial.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source/lang/api/serial.rst b/source/lang/api/serial.rst index fadac34..417063d 100644 --- a/source/lang/api/serial.rst +++ b/source/lang/api/serial.rst @@ -12,8 +12,8 @@ devices. Introduction ------------ -.. FIXME remove Maple-specific documentation -.. FIXME Serial4, Serial5 updates for high-density devices +.. FIXME [Maple-specific values] +.. FIXME [0.0.10] 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 @@ -90,7 +90,7 @@ means that you can use any of these functions on any of ``Serial1``, .. cpp:function:: HardwareSerial::flush() - Removes the contents of the Serial's associated USART RX FIFO. + Throw away the contents of the serial port's receiver (RX) buffer. That is, clears any buffered characters, so that the next character read is guaranteed to be new. @@ -213,7 +213,7 @@ 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 adapter. -.. TODO LATER port these examples over +.. FIXME [0.1.0] port these examples over .. Examples .. -------- |