Initialize motor, limit, status states
This commit is contained in:
@ -72,6 +72,7 @@ async fn main_loop() -> Result<()> {
|
||||
|
||||
// Setup of various drivers that need to out-live the executor
|
||||
let mut f_pic = FakePic::with_defaults(&mut dp);
|
||||
f_pic.sync_pic().await?;
|
||||
// Setup callback timers
|
||||
let mut button_timer = MessageTimer::<Commands, Commands>::new_on_dispatch(
|
||||
Commands::ButtonTimerRestart,
|
||||
|
||||
Reference in New Issue
Block a user