From 77ab4f09b6a253fbfb05d5cccf13e3ee4e83d312 Mon Sep 17 00:00:00 2001 From: James Carr Date: Tue, 27 Jul 2021 15:43:15 +0100 Subject: [PATCH] Minor tweak to docs. Closes #3 --- adafruit_scd4x.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_scd4x.py b/adafruit_scd4x.py index 24b433e..0564cb1 100644 --- a/adafruit_scd4x.py +++ b/adafruit_scd4x.py @@ -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 @@ -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**