setCheckForConversion()

Sets the mode of checking whether data is received from the sensor or not.. sensors.setCheckForConversion(flag)
sensors: a variable of type DallasTemperature.
flag: true - in this mode, the readiness of the data is constantly checked, false - it waits for the worst time needed to receive the data.
nothing