elixir_ale_dummy v0.1.2-alpha ElixirALE.GPIO.State
Keeps track of:
- the gpio
pin
number - the current
pin_state
(0
for logic low or1
for logic high) - the
direction
(:input
or:output
) - the
interrupt_direction
(:falling
,:rising
or:both
) - the
interrupt_requestor
of an interrupt - the
subscribers
which get notified when the state changes