API Reference v9.2.0

DigitalOutputActionenum

Module: ZaberMotionAscii

Action type for digital output.

To use this type, add import ZaberMotionAscii to the top of your source code.

Related Guides:
NameValueDescription
DigitalOutputAction.off0Set the digital output low.
DigitalOutputAction.on1Set the digital output high.
DigitalOutputAction.toggle2Toggle the current state of the digital output.
DigitalOutputAction.keep3Leave the digital output in its current state.