diff --git a/adafruit_tc74.py b/adafruit_tc74.py index 2b74026..907b942 100644 --- a/adafruit_tc74.py +++ b/adafruit_tc74.py @@ -44,6 +44,7 @@ class TC74: """ Driver for the Microchip TC74 Digital Temperature Sensor. + :param ~busio.I2C i2c_bus: The I2C bus the TC74 is connected to :param int address: The I2C device address for the sensor. Default is :const:`0x48`