We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f50e89 commit df1f61dCopy full SHA for df1f61d
adi/adt7420.py
@@ -17,8 +17,8 @@ def __init__(self, uri=""):
17
self._ctrl = self._ctx.find_device(self._device_name)
18
19
if not self._ctrl:
20
- raise Exception("ADT7420 device not found")
21
-
+ raise Exception("ADT7420 device not found")
+
22
self.channel = []
23
self._rx_channel_names = []
24
@@ -141,4 +141,4 @@ def temp_hyst(self):
141
@temp_hyst.setter
142
def temp_hyst(self, value):
143
""" ADT7420 Channel Hysteresis Temperature """
144
- return self._set_iio_attr(self.name, "max_hyst", False, value)
+ return self._set_iio_attr(self.name, "max_hyst", False, value)
0 commit comments