We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5074f commit f145635Copy full SHA for f145635
1 file changed
src/lib.rs
@@ -50,8 +50,9 @@
50
//!
51
//! # Overview
52
53
-//! Use [`Uart16550Tty`] for a quick start. For more fine-grained low-level
54
-//! control, please have a look at [`Uart16550`] instead.
+//! Use [`Uart16550Tty`] for a quick start to write to a terminal via your
+//! serial connection. For more fine-grained low-level control, please have a
55
+//! look at [`Uart16550`] instead. The following examples refer to the latter.
56
57
//! # Example (Minimal - x86 Port IO)
58
0 commit comments