APIs, concepts, guides, and more

◆ DigitalOutSet()

void DigitalOutSet ( int32_t digitalOutNumber,
bool state )

Set the state of a digital output.

Parameters
digitalOutNumberThe zero-based index of the digital output.
stateTrue to set the output high, false to set it low.
See also
DigitalOutCountGet