We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f659f7a commit 904343dCopy full SHA for 904343d
examples/twis-dma-demo/src/main.rs
@@ -1,6 +1,9 @@
1
#![no_std]
2
#![no_main]
3
4
+// Demo of using non-blocking DMA transactions with the
5
+// TWIS (Two Wire Interface/I2C in peripheral mode) module.
6
+
7
use {
8
core::{
9
panic::PanicInfo,
0 commit comments