[−][src]Module embedded_hal::digital
Digital I/O
Modules
| toggleable | If you can read and write the output state, a pin is toggleable by software. |
Traits
| InputPin | Single digital input pin |
| OutputPin | Single digital push-pull output pin |
| StatefulOutputPin | Push-pull output pin that can read its output state |
| ToggleableOutputPin | Output pin that can be toggled |