Skip to content

Commit

Permalink
Update sgp30_simpletest.py
Browse files Browse the repository at this point in the history
Corrected spell error
  • Loading branch information
pandianmn committed Jul 14, 2022
1 parent 0d18c00 commit 9dcb4a2
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 9dcb4a2

Please sign in to comment.