aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rpi-pico-w/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rpi-pico-w/src/main.rs b/examples/rpi-pico-w/src/main.rs
index d4aae8479..bef820d31 100644
--- a/examples/rpi-pico-w/src/main.rs
+++ b/examples/rpi-pico-w/src/main.rs
@@ -6,6 +6,7 @@ use core::slice;
6 6
7use defmt::{assert, assert_eq, panic, *}; 7use defmt::{assert, assert_eq, panic, *};
8use embassy::executor::Spawner; 8use embassy::executor::Spawner;
9use embassy::time::{Duration, Timer};
9use embassy::util::Forever; 10use embassy::util::Forever;
10use embassy_rp::gpio::{Flex, Level, Output, Pin}; 11use embassy_rp::gpio::{Flex, Level, Output, Pin};
11use embassy_rp::peripherals::{PIN_23, PIN_24, PIN_25, PIN_29}; 12use embassy_rp::peripherals::{PIN_23, PIN_24, PIN_25, PIN_29};