calibrationFactor property

  1. @TagNumber(2)
double get calibrationFactor

The calibration factor for the NAU7802

Implementation

@$pb.TagNumber(2)
$core.double get calibrationFactor => $_getN(1);
  1. @TagNumber(2)
set calibrationFactor (double value)

Implementation

@$pb.TagNumber(2)
set calibrationFactor($core.double value) => $_setFloat(1, value);