rotary1Enabled property
Enable the rotary encoder #1. This is a 'dumb' encoder sending pulses on both A and B pins while rotating.
Implementation
@$pb.TagNumber(1)
$core.bool get rotary1Enabled => $_getBF(0);
Implementation
@$pb.TagNumber(1)
set rotary1Enabled($core.bool value) => $_setBool(0, value);