Trait embedded_hal::watchdog::Watchdog
source · [−]pub trait Watchdog {
fn feed(&mut self);
}Expand description
Feeds an existing watchdog to ensure the processor isn’t reset. Sometimes commonly referred to as “kicking” or “refreshing”.