Skip to content

Commit 77ab4f0

Browse files
Minor tweak to docs. Closes #3
1 parent 80e30aa commit 77ab4f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_scd4x.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
2727
"""
2828

29-
# imports
3029
import time
3130
import struct
3231
import adafruit_bus_device.i2c_device as i2c_device
@@ -61,7 +60,6 @@ class SCD4X:
6160
CircuitPython helper class for using the SCD4X CO2 sensor
6261
6362
: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`
6563
:param int address: The I2C device address for the sensor. Default is :const:`0x62`
6664
6765
**Quickstart: Importing and using the SCD4X**

0 commit comments

Comments
 (0)