Veryfing code using this library in Particle Build fails with this error:
spark-dallas-temperature/spark-dallas-temperature.h:243:11: error: 'int16_t DallasTemperature::millisToWaitForConversion(uint8_t)' is private
int16_t millisToWaitForConversion(uint8_t)
I'm running in async mode (no wait for conversion). I was using the function already built millisToWaitForConversion to compare time but it happens to be set as private , which i will copy as is on my app.
Veryfing code using this library in Particle Build fails with this error:
I'm running in async mode (no wait for conversion). I was using the function already built millisToWaitForConversion to compare time but it happens to be set as private , which i will copy as is on my app.