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
- toggleableDeprecatedIf you can read and write the output state, a pin is toggleable by software.
Traits
- InputPinDeprecatedSingle digital input pin
- OutputPinDeprecatedSingle digital push-pull output pin
- StatefulOutputPinDeprecatedPush-pull output pin that can read its output state
- ToggleableOutputPinDeprecatedOutput pin that can be toggled