getTvocInceptiveBaseline method

int getTvocInceptiveBaseline()

Returns the baseline as an int value.

Implementation

int getTvocInceptiveBaseline() {
  return _command(
          cmdGetTVOCinceptiveBaseline,
          cmdGetTVOCinceptiveBaselineWords,
          cmdGetTVOCinceptiveBaselineDelayMs)[0] &
      0xffff;
}