Skip to content

Commit 904343d

Browse files
committed
Add demo description
1 parent f659f7a commit 904343d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/twis-dma-demo/src/main.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#![no_std]
22
#![no_main]
33

4+
// Demo of using non-blocking DMA transactions with the
5+
// TWIS (Two Wire Interface/I2C in peripheral mode) module.
6+
47
use {
58
core::{
69
panic::PanicInfo,

0 commit comments

Comments
 (0)