positionDeg property
- @TagNumber(1)
the degrees from neutral by which the servo is currently rotated.
Implementation
@$pb.TagNumber(1)
$core.int get positionDeg => $_getIZ(0);
- @TagNumber(1)
Implementation
@$pb.TagNumber(1)
set positionDeg($core.int v) { $_setUnsignedInt32(0, v); }