APIs, concepts, guides, and more

◆ DigitalOutGet()

bool DigitalOutGet ( int32_t digitalOutNumber)

Get the state of a digital output.

Parameters
digitalOutNumberThe zero-based index of the digital output.
Returns
True if the output is high, false if low.
See also
DigitalOutCountGet