Skip to content

Commit 94aded3

Browse files
committed
Removed references to busio in comments
1 parent 3c044df commit 94aded3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

adafruit_sgp40.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
https://github.com/adafruit/circuitpython/releases
2828
2929
30-
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31-
3230
"""
3331
from time import sleep
3432
from struct import unpack_from
@@ -55,7 +53,6 @@ class SGP40:
5553
"""
5654
Class to use the SGP40 Air Quality Sensor Breakout
5755
58-
:param ~busio.I2C i2c: The I2C bus the SGP40 is connected to.
5956
:param int address: The I2C address of the device. Defaults to :const:`0x59`
6057
6158
@@ -66,7 +63,6 @@ class SGP40:
6663
6764
.. code-block:: python
6865
69-
import busio
7066
import board
7167
import adafruit_sgp40
7268
# If you have a temperature sensor, like the bme280, import that here as well

0 commit comments

Comments
 (0)