rotary1Enabled property

  1. @TagNumber(1)
bool get rotary1Enabled

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);
  1. @TagNumber(1)
set rotary1Enabled (bool value)

Implementation

@$pb.TagNumber(1)
set rotary1Enabled($core.bool value) => $_setBool(0, value);