[][src]Module switch_hal::output

Structs

ActiveHighOutputSwitch

Represents an active high switch, such as an active high LED or N-FET.

ActiveLowOutputSwitch

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.