Default

Trait Default 

Source
pub trait Default: OutputPin + StatefulOutputPin { }
Expand description

Software-driven toggle() implementation.

This trait is available if embedded-hal is built with the "unproven" feature.

Implementors§

Source§

impl<T> Default for T
where T: Default,