Skip to content

Commit b076558

Browse files
authored
Merge pull request #1 from dherrada/patch-1
Changed ECO2 to eco2 and TVOC to tvoc
2 parents cd9691a + 778a746 commit b076558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ccs811_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
ccs.temp_offset = temp - 25.0
1717

1818
while True:
19-
print("CO2: ", ccs.eCO2, " TVOC:", ccs.TVOC, " temp:", ccs.temperature)
19+
print("CO2: ", ccs.eco2, " TVOC:", ccs.tvoc, " temp:", ccs.temperature)
2020
time.sleep(.5)

0 commit comments

Comments
 (0)