Skip to content

Commit

Permalink
Merge pull request #37 from vladak/iaq_init
Browse files Browse the repository at this point in the history
iaq_init() already called from Adafruit_SGP30()
  • Loading branch information
tannewt committed Jun 22, 2022
2 parents b62a473 + 0558492 commit 0d18c00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/sgp30_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

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

sgp30.iaq_init()
sgp30.set_iaq_baseline(0x8973, 0x8AAE)
sgp30.set_iaq_relative_humidity(celcius=22.1, relative_humidity=44)

Expand Down

0 comments on commit 0d18c00

Please sign in to comment.