It seems python2 string.split() method does not accept a "maxsplit"
parameter. Use a format compatible with both python2 and python3.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Add temperature sensor with thermal drift calibration.
Currently only Eddy Current based probes support
calibration.
Signed-off-by: Eric Callahan <arksine.code@gmail.com>