calibrationFactor property
The calibration factor for the NAU7802
Implementation
@$pb.TagNumber(2)
$core.double get calibrationFactor => $_getN(1);
Implementation
@$pb.TagNumber(2)
set calibrationFactor($core.double value) => $_setFloat(1, value);