Crate common[−][src]
Expand description
This module contains all the routines necessary to calculate the correction factors needed to calibrate a pH meter.
For the caliph calibration binary, the two imports needed in its main function
are:
use common::args::CalibArgs;
use common::routines::ph_calibration;While for conph the pH converter, the two imports needed in it’s main function are:
use common::args::CalibArgs;
use common::routines::ph_convert;