summaryrefslogtreecommitdiff
path: root/digital/avr/modules/uart/uart.txt
diff options
context:
space:
mode:
authorNicolas Schodet2013-01-26 18:32:09 +0100
committerNicolas Schodet2013-01-26 18:32:09 +0100
commit3953c49f0bb0003f9b1b21bb228f25e4fa45206e (patch)
treed3ac0f6e9540f5dcfaeabfd4921983626dd4c02e /digital/avr/modules/uart/uart.txt
parent62812c78e55ffa2c05e041188339f92f7125675b (diff)
digital/avr/modules: set uart speed at runtime
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
===