output property
Define the output pin GPIO setting Defaults to EXT_NOTIFY_OUT if set for the board. In standalone devices this pin should drive the LED to match the UI.
Implementation
@$pb.TagNumber(3)
$core.int get output => $_getIZ(2);
Implementation
@$pb.TagNumber(3)
set output($core.int value) => $_setUnsignedInt32(2, value);