stop->sequence_stop

This commit is contained in:
Jacob Rosenthal
2021-10-31 23:00:33 -07:00
parent 96df2fdb43
commit 78e382c9aa
2 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ async fn main(_spawner: Spawner, p: Peripherals) {
Timer::after(Duration::from_millis(20000)).await;
pwm.stop();
pwm.sequence_stop();
info!("pwm stopped!");
loop {