forgotten file

This commit is contained in:
amugniere@gmail.com 2022-07-08 22:34:17 +02:00
parent abba86d1ba
commit 94c13eb2af

View File

@ -135,7 +135,7 @@ async fn main(_spawner: Spawner, p: Peripherals) {
let mut a = Flex::new(&mut a); let mut a = Flex::new(&mut a);
a.set_low(); a.set_low();
a.set_as_output(Speed::Low); a.set_as_output(Speed::Low);
delay(); delay();
assert!(b.is_low()); assert!(b.is_low());
a.set_high(); a.set_high();