The DS1820/DS18S20 are 9-bit devices.
By using the count_per_c and count_remain values, you can extend the range to 12-bit.
But if you just want the 9-bit value, you don't need them.
Only the DS18B20 has a settable resolution, that also reduces the conversion time as the resolution is reduced.
The older DS1820/DS18S20 do not have that feature, and will always have a 750ms conversion time, so using a lower resolution doesn't really help anything.
<br>





Bookmarks