SignalSink#

class ultimo_machine.gpio.SignalSink(pin_id, pull, invert=False, source=None)#

A sink that sets the value of a signal.

Methods

create_task()

Create a task that consumes the source.

process(value)

run()

Consume the source if available.

Attributes

source

The input source for the pipeline.

create_task() uasyncio.Task#

Create a task that consumes the source.

async run()#

Consume the source if available.

source: ASource | None#

The input source for the pipeline.