lm75

class adi.lm75.lm75(uri='', device_index=0)

Bases: context_manager, attribute

LM75 Temperature Sensor

Parameters

uri: type=string

Context URI. Default: Empty (auto-scan)

device_index: type=integer

Device index in contexts with multiple LM75 compatible devices. Default: 0

returns:

LM75 compatible device

property input

LM75 temperature input value

property max

LM75 temperature max value

property max_hyst

LM75 max_hyst value

to_degrees(value)

Convert raw to degrees Celsius

to_millidegrees(value)

Convert degrees Celsius to millidegrees

property update_interval

Update Interval