buttonGpio property
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);
Implementation
@$pb.TagNumber(4)
set buttonGpio($core.int value) => $_setUnsignedInt32(2, value);