Enum TemperatureResolution
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.
Temperature sampling resolution, check data sheet, page 9, table 2.
public enum TemperatureResolution : byte
High = 2
11 bit.
Low = 1
10 bit.
VeryHigh = 3
12 bit.
VeryLow = 0
9 bit.