In Arduino environment DallasTemperature.h needs Arduino.h to have been included in front of it (or the compiler complains about "size_t" not being a type). In smaller simple projects one is usually lucky to have it already included. But with a more complex setup the part
In Arduino environment DallasTemperature.h needs Arduino.h to have been included in front of it (or the compiler complains about "size_t" not being a type). In smaller simple projects one is usually lucky to have it already included. But with a more complex setup the part
becomes important.
Cheers