Skip to content

Commit

Permalink
Merge pull request #39 from pandianmn/main
Browse files Browse the repository at this point in the history
Update sgp30_simpletest.py
  • Loading branch information
tannewt committed Jul 14, 2022
2 parents 0d18c00 + 9dcb4a2 commit 2af0803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sgp30_simpletest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
print("SGP30 serial #", [hex(i) for i in sgp30.serial])

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

elapsed_sec = 0

Expand Down

0 comments on commit 2af0803

Please sign in to comment.