aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkalkyl <[email protected]>2024-06-04 01:20:19 +0200
committerkalkyl <[email protected]>2024-06-04 01:20:19 +0200
commitf9d8c68fc8ed490e72e61b74d2b3b26bbbd0434c (patch)
tree428f0d698d58dd569f9b3fb8b1ee47c2ca9a70a1
parent874d5f7c65f2af21e4666bf92800d304c2d9e01d (diff)
Add description
-rw-r--r--examples/rp/src/bin/zerocopy.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/rp/src/bin/zerocopy.rs b/examples/rp/src/bin/zerocopy.rs
index 730a3ae0c..39f03c8e4 100644
--- a/examples/rp/src/bin/zerocopy.rs
+++ b/examples/rp/src/bin/zerocopy.rs
@@ -1,3 +1,6 @@
1//! This example shows how to use `zerocopy_channel` from `embassy_sync` for
2//! sending large values between two tasks without copying.
3//! The example also shows how to use the RP2040 ADC with DMA.
1#![no_std] 4#![no_std]
2#![no_main] 5#![no_main]
3 6