Skip to content

Minor tweak to docs. #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions adafruit_scd4x.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
"""

# imports
import time
import struct
import adafruit_bus_device.i2c_device as i2c_device
Expand Down Expand Up @@ -61,7 +60,6 @@ class SCD4X:
CircuitPython helper class for using the SCD4X CO2 sensor

:param ~busio.I2C i2c_bus: The I2C bus the SCD4X is connected to.
:param int ambient_pressure: Ambient pressure compensation. Defaults to :const:`0`
:param int address: The I2C device address for the sensor. Default is :const:`0x62`

**Quickstart: Importing and using the SCD4X**
Expand Down