Skip to content

Commit 021a42b

Browse files
authored
Merge pull request #32 from caternuson/minor_tweaks
Remove more references to temperature property
2 parents 4dfdd10 + f9a0986 commit 021a42b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ the CCS811 object
5858
Reading Sensor
5959
--------------
6060

61-
To read the gas sensor and temperature simply read the attributes:
61+
To read the gas sensor simply read the attributes:
6262

6363
.. code:: python
6464
65-
print("CO2: ", ccs.eco2, " TVOC:", ccs.tvoc, " temp:", ccs.temperature)
65+
print("CO2: ", ccs.eco2, " TVOC:", ccs.tvoc)
6666
6767
Contributing
6868
============

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
],
5454

5555
# What does your project relate to?
56-
keywords='adafruit air quality voc eco2 temperature breakout hardware micropython circuitpython',
56+
keywords='adafruit air quality voc eco2 breakout hardware micropython circuitpython',
5757

5858
# You can just specify the packages manually here if your project is
5959
# simple. Or you can use find_packages().

0 commit comments

Comments
 (0)