Skip to content

Commit 0d18c00

Browse files
authored
Merge pull request #37 from vladak/iaq_init
iaq_init() already called from Adafruit_SGP30()
2 parents b62a473 + 0558492 commit 0d18c00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/sgp30_simpletest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
print("SGP30 serial #", [hex(i) for i in sgp30.serial])
1717

18-
sgp30.iaq_init()
1918
sgp30.set_iaq_baseline(0x8973, 0x8AAE)
2019
sgp30.set_iaq_relative_humidity(celcius=22.1, relative_humidity=44)
2120

0 commit comments

Comments
 (0)