diff options
| author | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
|---|---|---|
| committer | 1-rafael-1 <[email protected]> | 2025-04-13 22:23:07 +0200 |
| commit | 6719e1305921c08fcfba7e8f48e315ef8b676c6e (patch) | |
| tree | 3402ff42066c990a29787671f659c5b919f6e8ac /examples/rp235x/src/bin/uart_buffered_split.rs | |
| parent | dd3ae39d425ee529b2bb4dea0b8f68f42d8ee604 (diff) | |
update documentation and examples to mention RP235x
Diffstat (limited to 'examples/rp235x/src/bin/uart_buffered_split.rs')
| -rw-r--r-- | examples/rp235x/src/bin/uart_buffered_split.rs | 2 |
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 |
