Trait nrf52832_hal::prelude::toggleable::Default[][src]

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