mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Add description
This commit is contained in:
parent
874d5f7c65
commit
f9d8c68fc8
@ -1,3 +1,6 @@
|
||||
//! This example shows how to use `zerocopy_channel` from `embassy_sync` for
|
||||
//! sending large values between two tasks without copying.
|
||||
//! The example also shows how to use the RP2040 ADC with DMA.
|
||||
#![no_std]
|
||||
#![no_main]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user