buzzerGpio property
For boards without a PWM buzzer, this is the pin number that will be used Defaults to PIN_BUZZER if defined.
Implementation
@$pb.TagNumber(5)
$core.int get buzzerGpio => $_getIZ(3);
Implementation
@$pb.TagNumber(5)
set buzzerGpio($core.int value) => $_setUnsignedInt32(3, value);