Skip to content

Commit eae56c0

Browse files
committed
parts per billion
1 parent f4bbf91 commit eae56c0

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
@@ -11,6 +11,6 @@
1111
pass
1212

1313
while True:
14-
print("CO2: {} PPM, TVOC: {} PPM"
14+
print("CO2: {} PPM, TVOC: {} PPB"
1515
.format(ccs811.eco2, ccs811.tvoc))
1616
time.sleep(0.5)

0 commit comments

Comments
 (0)