We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c044df commit 94aded3Copy full SHA for 94aded3
adafruit_sgp40.py
@@ -27,8 +27,6 @@
27
https://github.com/adafruit/circuitpython/releases
28
29
30
- * Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
31
-
32
"""
33
from time import sleep
34
from struct import unpack_from
@@ -55,7 +53,6 @@ class SGP40:
55
53
56
54
Class to use the SGP40 Air Quality Sensor Breakout
57
58
- :param ~busio.I2C i2c: The I2C bus the SGP40 is connected to.
59
:param int address: The I2C address of the device. Defaults to :const:`0x59`
60
61
@@ -66,7 +63,6 @@ class SGP40:
66
63
67
64
.. code-block:: python
68
65
69
- import busio
70
import board
71
import adafruit_sgp40
72
# If you have a temperature sensor, like the bme280, import that here as well
0 commit comments