Table of Contents

Enum TemperatureResolution

Namespace
Iot.Device.Ds18b20
Assembly
Iot.Device.Ds18b20.dll

Temperature sampling resolution, check data sheet, page 9, table 2.

public enum TemperatureResolution : byte

Fields

High = 2

11 bit.

Low = 1

10 bit.

VeryHigh = 3

12 bit.

VeryLow = 0

9 bit.