output property

  1. @TagNumber(3)
int get output

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);
  1. @TagNumber(3)
set output (int value)

Implementation

@$pb.TagNumber(3)
set output($core.int value) => $_setUnsignedInt32(2, value);