Hi everybody, In [Dallas temperature example](https://github.com/mysensors/MySensorsArduinoExamples/blob/master/examples/DallasTemperatureSensor/DallasTemperatureSensor.ino#L85) there is a bad call to private member ``` error: 'int16_t DallasTemperature::millisToWaitForConversion(uint8_t)' is private ``` [According to the Dallas library](https://github.com/milesburton/Arduino-Temperature-Control-Library/blob/master/DallasTemperature.h#L254). So this error should be fixed in example or in the library ? Thanks ;)