maybe try ```rust loop { input.wait_for_low().await; defmt::info!("HIGH"); input.wait_for_high().await; } ```