Trait embedded_hal::digital::v2::toggleable::Default[][src]

pub trait Default: OutputPin + StatefulOutputPin { }

Software-driven toggle() implementation.

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

Implementors

impl<T> Default for T where
    T: Default
[src]

Loading content...