Hi, Ive hooked up the DS18B20 and have got it converting fine, but im confused by something.

In the datasheet for the part it says it defaults to 12bit mode which should be 0.0625°C steps.

In the example grid below its got an example of 0000 0111 1101 0000 = 125c
so 0000 0111 1101 0000 = 2000 2000 * 0.0625 = 125 which tallys with their example. But why on my device is it sending out 101011110 which needs to be /10 to return the correct result of 35C. I would have thought going from the sheet it should have needed to be /0.0625

Could someone explain where im going wrong reading the datasheet, as im clearly beeing stupid.

Thanks

Trev