aboutsummaryrefslogtreecommitdiff
path: root/examples/rp235x/src/bin/uart_buffered_split.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rp235x/src/bin/uart_buffered_split.rs')
-rw-r--r--examples/rp235x/src/bin/uart_buffered_split.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rp235x/src/bin/uart_buffered_split.rs b/examples/rp235x/src/bin/uart_buffered_split.rs
index da7e94139..f707c4b5e 100644
--- a/examples/rp235x/src/bin/uart_buffered_split.rs
+++ b/examples/rp235x/src/bin/uart_buffered_split.rs
@@ -1,4 +1,4 @@
1//! This example shows how to use UART (Universal asynchronous receiver-transmitter) in the RP2040 chip. 1//! This example shows how to use UART (Universal asynchronous receiver-transmitter) in the RP235x chip.
2//! 2//!
3//! No specific hardware is specified in this example. If you connect pin 0 and 1 you should get the same data back. 3//! No specific hardware is specified in this example. If you connect pin 0 and 1 you should get the same data back.
4//! The Raspberry Pi Debug Probe (https://www.raspberrypi.com/products/debug-probe/) could be used 4//! The Raspberry Pi Debug Probe (https://www.raspberrypi.com/products/debug-probe/) could be used