like ```rust loop { pin.set_low(); sleep(Duration::from_millis(100)).await; pin.set_high(); sleep(Duration::from_millis(100)).await; } ```