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

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]

impl<T: PinId> Default for Pin<T, Gpio<Output>>