Module embedded_hal::digital::v1

source ·
👎Deprecated since 0.2.2: Deprecated because the methods cannot return errors. Users should use the traits in digital::v2.
Expand description

Digital I/O

The traits in this module are now deprecated. Please use the new versions included in digital::v2.

Modules

  • toggleableDeprecated
    If you can read and write the output state, a pin is toggleable by software.

Traits