We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28dab9 commit 6a62d8bCopy full SHA for 6a62d8b
src/main.rs
@@ -6,7 +6,7 @@
6
#![no_std]
7
#![no_main]
8
use embassy_rp::i2c::InterruptHandler;
9
-use embassy_time::{Delay, Timer, Duration};
+use embassy_time::{Delay, Duration, Timer};
10
use lcd_lcm1602_i2c::async_lcd::Lcd;
11
use {defmt_rtt as _, panic_probe as _};
12
0 commit comments