setOneWire()

Initializes internal variables - normally this function does not need to be called. It is called when the object is created. sensors.setOneWire(_oneWire)
sensors: a variable of type DallasTemperature.
_oneWire: pointer to OneWire created object.
nothing