Skip to content

Commit 2961a98

Browse files
committed
doc
1 parent 1adf3ff commit 2961a98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_sgp30.py

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def sgp_get_iaq_baseline(self):
6767

6868

6969
def sgp_set_iaq_baseline(self, co2eq, tvoc):
70+
"""Set the previously recorded IAQ algorithm baseline for CO2eq and TVOC"""
7071
if co2eq == 0 and tvoc == 0:
7172
raise RuntimeError('Invalid baseline')
7273
buffer = []

0 commit comments

Comments
 (0)