angleDeg property
- @TagNumber(2)
the degrees by which to rotate the servo.
Implementation
@$pb.TagNumber(2)
$core.int get angleDeg => $_getIZ(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set angleDeg($core.int v) { $_setUnsignedInt32(1, v); }