summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/uart/uart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules/uart/uart.txt')
-rw-r--r--digital/avr/modules/uart/uart.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/avr/modules/uart/uart.txt b/digital/avr/modules/uart/uart.txt
index 30116732..966ae29c 100644
--- a/digital/avr/modules/uart/uart.txt
+++ b/digital/avr/modules/uart/uart.txt
@@ -40,6 +40,9 @@ Only one port can be configured to be used in the STDIO mode. In this mode,
there is an automatic conversion between carriage returns and line feeds (this
is also not good if you plan to use it for binary transfers.
+On AVR, there is also a ``uartN_set_speed`` to change speed after the UART was
+initialized.
+
API
===