Module embedded_hal::digital::v1[][src]

👎 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

InputPinDeprecated

Single digital input pin

OutputPinDeprecated

Single digital push-pull output pin

Push-pull output pin that can read its output state

Output pin that can be toggled