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 d69f219 commit 441a7a9Copy full SHA for 441a7a9
examples/i2s-audio-out-dma.rs
@@ -104,7 +104,7 @@ fn main() -> ! {
104
105
let mut delay = Delay::new(cp.SYST, clocks);
106
107
- let i2c = I2c::i2c1(
+ let i2c = I2c::new(
108
dp.I2C1,
109
(
110
gpiob.pb6.into_alternate_af4_open_drain(),
examples/i2s-audio-out.rs
@@ -102,7 +102,7 @@ fn main() -> ! {
102
103
0 commit comments