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.
2 parents 80e30aa + 77ab4f0 commit 58ce32aCopy full SHA for 58ce32a
adafruit_scd4x.py
@@ -26,7 +26,6 @@
26
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
27
"""
28
29
-# imports
30
import time
31
import struct
32
import adafruit_bus_device.i2c_device as i2c_device
@@ -61,7 +60,6 @@ class SCD4X:
61
60
CircuitPython helper class for using the SCD4X CO2 sensor
62
63
:param ~busio.I2C i2c_bus: The I2C bus the SCD4X is connected to.
64
- :param int ambient_pressure: Ambient pressure compensation. Defaults to :const:`0`
65
:param int address: The I2C device address for the sensor. Default is :const:`0x62`
66
67
**Quickstart: Importing and using the SCD4X**
0 commit comments