activeState property

ActiveState activeState
final

The active state of the GPIO line.

Defines the mapping of active/inactive to low/high voltage. ActiveState.low is the counter-intuitive one, which maps active (i.e. line.setValue(true)) to low voltage and inactive to high voltage.

Implementation

final ActiveState activeState;