[][src]Module switch_hal::output

Structs

ActiveHigh

Zero sized struct for signaling to Switch that it is active high

ActiveLow

Zero sized struct for signaling to Switch that it is active low

Switch

Concrete implementation of OutputSwitch

Traits

OutputSwitch

Represents a logical output switch, such as a LED "switch" or transitor

ToggleableOutputSwitch

Toggles the switch from it's current state to it's opposite state.