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 7d9aa8f commit ca00fb4Copy full SHA for ca00fb4
1 file changed
lib/hts221/hts221/device.py
@@ -78,7 +78,7 @@ def setODR(self, odr=0):
78
self.setReg(t | odr, HTS221_CTRL_REG1)
79
80
# get/set Humidity and temperature average configuration
81
- def getAv():
+ def getAv(self):
82
return self.getReg(HTS221_AV_CONF)
83
84
def setAv(self, av=0):
0 commit comments