buttonGpio property

  1. @TagNumber(4)
int get buttonGpio

For boards without a hard wired button, this is the pin number that will be used Boards that have more than one button can swap the function with this one. defaults to BUTTON_PIN if defined.

Implementation

@$pb.TagNumber(4)
$core.int get buttonGpio => $_getIZ(2);
  1. @TagNumber(4)
set buttonGpio (int value)

Implementation

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