milesburton / Arduino-Temperature-Control-Library

Arduino Temperature Library
https://www.milesburton.com/w/index.php/Dallas_Temperature_Control_Library
974 stars 486 forks source link

Convenience updates #181

Closed mkrzewic closed 3 years ago

mkrzewic commented 4 years ago

These are mostly minor additions (useful to me, might be to others as well) with the exception of commit cd2d2b6 which changes the signature of millisToWaitForConversion to return an unsigned int - it fixes a compiler warning in the common case of comparison to millis().

RobTillaart commented 4 years ago

@milesburton Looks good to me to be merged - maybe squash the individual commits into one.

@mkrzewic Thanks!